Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -2,9 +2,6 @@ from huggingface_hub import InferenceClient, create_branch
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
|
5 |
-
create_branch(branch="without-inference")
|
6 |
-
print("bracnh created")
|
7 |
-
|
8 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
9 |
#client = InferenceClient("meta-llama/Llama-2-70b-chat-hf")
|
10 |
|
|
|
2 |
import gradio as gr
|
3 |
import time
|
4 |
|
|
|
|
|
|
|
5 |
client = InferenceClient("mistralai/Mixtral-8x7B-Instruct-v0.1")
|
6 |
#client = InferenceClient("meta-llama/Llama-2-70b-chat-hf")
|
7 |
|