Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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__":
|