Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
-
client = InferenceClient("
|
| 5 |
|
| 6 |
def respond(message, history, system_message, max_tokens, temperature, top_p):
|
| 7 |
prompt = ""
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
from huggingface_hub import InferenceClient
|
| 3 |
|
| 4 |
+
client = InferenceClient("ghothets/dex") # 👈 Replace with your actual model ID
|
| 5 |
|
| 6 |
def respond(message, history, system_message, max_tokens, temperature, top_p):
|
| 7 |
prompt = ""
|