kkr5155 commited on
Commit
aba6f6c
1 Parent(s): 4dc06b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -194,6 +194,8 @@ def process_chat_stream(message, history):
194
  time.sleep(0.1)
195
  yield {"role": "assistant", "content": partial_message}
196
 
 
 
197
  # Create Gradio interface
198
  chatbot = gr.Chatbot(
199
  show_label=False,
 
194
  time.sleep(0.1)
195
  yield {"role": "assistant", "content": partial_message}
196
 
197
+
198
+
199
  # Create Gradio interface
200
  chatbot = gr.Chatbot(
201
  show_label=False,