Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,7 @@ def respond(
|
|
29 |
response += token
|
30 |
yield response
|
31 |
|
32 |
-
|
33 |
-
gr.Markdown("# CHAT with AI faster Than Groq")
|
34 |
-
gr.ChatInterface(respond)
|
35 |
|
36 |
if __name__ == "__main__":
|
37 |
demo.launch()
|
|
|
29 |
response += token
|
30 |
yield response
|
31 |
|
32 |
+
gr.ChatInterface(respond, description="# Chat With AI faster than groq")
|
|
|
|
|
33 |
|
34 |
if __name__ == "__main__":
|
35 |
demo.launch()
|