Eeppa commited on
Commit
1a31472
·
verified ·
1 Parent(s): 3912358

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -56,8 +56,12 @@ def generate_response(message, history):
56
  demo = gr.ChatInterface(
57
  fn=generate_response,
58
  title="DeepSeek-R1 (1.5B) - The Smarter Slow AI",
59
- description="Now streaming! Watch it 'think' before it speaks. Still slow, but way smarter.",
60
- theme="soft"
 
 
 
 
61
  )
62
 
63
  if __name__ == "__main__":
 
56
  demo = gr.ChatInterface(
57
  fn=generate_response,
58
  title="DeepSeek-R1 (1.5B) - The Smarter Slow AI",
59
+ description="Now streaming! Watch it 'think' before it speaks. Still slow, but way smarter."
60
+ )
61
+
62
+ if __name__ == "__main__":
63
+ # We apply the theme here instead, or just leave it default
64
+ demo.launch()
65
  )
66
 
67
  if __name__ == "__main__":