FINGU-AI commited on
Commit
80c5d23
·
verified ·
1 Parent(s): 21a06fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,6 +100,6 @@ def response(message, history):
100
  text = inference(message)
101
  # return text
102
  for i in range(len(text)):
103
- time.sleep(0.01)
104
  yield text[: i + 1]
105
  gr.ChatInterface(response,examples=examples).launch()
 
100
  text = inference(message)
101
  # return text
102
  for i in range(len(text)):
103
+ time.sleep(0.0001)
104
  yield text[: i + 1]
105
  gr.ChatInterface(response,examples=examples).launch()