JuanMa360 commited on
Commit
df0aa00
1 Parent(s): 42f970b

bugfix: params

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -6,5 +6,4 @@ def slow_echo(message, history):
6
  time.sleep(0.3)
7
  yield "You typed: " + message[: i+1]
8
 
9
- gr.ChatInterface(slow_echo).launch()in__":
10
- demo.launch()
 
6
  time.sleep(0.3)
7
  yield "You typed: " + message[: i+1]
8
 
9
+ gr.ChatInterface(slow_echo).launch()