Spaces:
Runtime error
Runtime error
ogegadavis254
commited on
Commit
•
1755d9b
1
Parent(s):
dc9e429
Update app.py
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ def get_streamed_response(message, history):
|
|
72 |
all_message.append({"role": "assistant", "content": entire_assistant_response})
|
73 |
|
74 |
|
75 |
-
gr.ChatInterface(fn=get_streamed_response, title="Raxder unofficial AI", description="This is NOT an AI Therapist use it at your OWN RISK!, This might be the worst AI you have ever used
|
|
|
72 |
all_message.append({"role": "assistant", "content": entire_assistant_response})
|
73 |
|
74 |
|
75 |
+
gr.ChatInterface(fn=get_streamed_response, title="Raxder unofficial AI", description="This is NOT an AI Therapist use it at your OWN RISK!, This might be the worst AI you have ever used", retry_btn="Regenerate 🔁").launch()
|