ogegadavis254 commited on
Commit
dae8c06
1 Parent(s): 119aa77

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", retry_btn="Regenerate 🔁").launch()
 
72
  all_message.append({"role": "assistant", "content": entire_assistant_response})
73
 
74
 
75
+ gr.ChatInterface(fn=get_streamed_response, title="Raxder unofficial", 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()