Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -121,7 +121,7 @@ def generate_chat_response(message, history):
|
|
| 121 |
# --- Gradio Interface (remains the same) ---
|
| 122 |
if __name__ == "__main__":
|
| 123 |
print(f"[{time.time()}] MAIN: Building Gradio interface (DeepSeek Coder - Conditional Quantization)...")
|
| 124 |
-
interface_title = f"Chat with LLM (
|
| 125 |
interface_description = f"""
|
| 126 |
This app runs **{MODEL_NAME}** directly in this Space.
|
| 127 |
Model loading might take a few minutes. Running on: **{DEVICE.upper()}**.
|
|
|
|
| 121 |
# --- Gradio Interface (remains the same) ---
|
| 122 |
if __name__ == "__main__":
|
| 123 |
print(f"[{time.time()}] MAIN: Building Gradio interface (DeepSeek Coder - Conditional Quantization)...")
|
| 124 |
+
interface_title = f"Chat with LLM (deepseek-coder-1.3B)"
|
| 125 |
interface_description = f"""
|
| 126 |
This app runs **{MODEL_NAME}** directly in this Space.
|
| 127 |
Model loading might take a few minutes. Running on: **{DEVICE.upper()}**.
|