Dushyant4342 commited on
Commit
da6ef76
·
verified ·
1 Parent(s): cc6ffdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 ({MODEL_NAME} - Conditional Quantization)"
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()}**.