Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ def respond(
|
|
29 |
response += token
|
30 |
yield response
|
31 |
|
32 |
-
gr.ChatInterface(respond, description="# Chat With AI faster than groq")
|
33 |
|
34 |
-
|
35 |
-
demo.launch()
|
|
|
29 |
response += token
|
30 |
yield response
|
31 |
|
32 |
+
demo = gr.ChatInterface(respond, description="# Chat With AI faster than groq")
|
33 |
|
34 |
+
demo.launch()
|
|