Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ from huggingface_hub import InferenceClient
|
|
3 |
import gradio as gr
|
4 |
import random
|
5 |
|
6 |
-
client = InferenceClient("
|
7 |
|
8 |
|
9 |
def respond(message, history):
|
|
|
3 |
import gradio as gr
|
4 |
import random
|
5 |
|
6 |
+
client = InferenceClient("Qwen/Qwen2.5-72B-Instruct")
|
7 |
|
8 |
|
9 |
def respond(message, history):
|