Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,8 +2,8 @@ import gradio as gr
|
|
| 2 |
import os
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
-
# Use
|
| 6 |
-
model_id = "
|
| 7 |
|
| 8 |
def respond(message, history, system_message, temperature, request: gr.Request):
|
| 9 |
# --- 1. Authentication Logic ---
|
|
|
|
| 2 |
import os
|
| 3 |
from huggingface_hub import InferenceClient
|
| 4 |
|
| 5 |
+
# Use Model
|
| 6 |
+
model_id = "deepseek-ai/deepseek-coder-33b-instruct"
|
| 7 |
|
| 8 |
def respond(message, history, system_message, temperature, request: gr.Request):
|
| 9 |
# --- 1. Authentication Logic ---
|