ogegadavis254 commited on
Commit
2d1668f
1 Parent(s): f79e201

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -70,3 +70,4 @@ def get_streamed_response(message, history):
70
 
71
  print(entire_assistant_response)
72
  all_message.append({"role": "assistant", "content": entire_assistant_response})
 
 
70
 
71
  print(entire_assistant_response)
72
  all_message.append({"role": "assistant", "content": entire_assistant_response})
73
+ 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()