MegaTronX commited on
Commit
87f34b0
·
verified ·
1 Parent(s): 412269e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -127,6 +127,6 @@ gr.ChatInterface(
127
  chatbot=gr.Chatbot(
128
  scale=1,
129
  show_copy_button=True
130
- ),
131
  #chatbot.retry(handle_retry, chatbot, [chatbot]),
132
  ).queue().launch()
 
127
  chatbot=gr.Chatbot(
128
  scale=1,
129
  show_copy_button=True
130
+ )
131
  #chatbot.retry(handle_retry, chatbot, [chatbot]),
132
  ).queue().launch()