Anujgr8 commited on
Commit
7851b14
1 Parent(s): c03b6e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -49,6 +49,4 @@ txtbox = gr.Textbox(
49
  )
50
 
51
 
52
- gr.Interface(parse, inputs = [input_], outputs=txtbox,
53
- streaming=True, interactive=True,
54
- analytics_enabled=False, show_tips=False, enable_queue=True).launch(inline=False);
 
49
  )
50
 
51
 
52
+ gr.Interface(parse, inputs = [input_], outputs=txtbox).launch(inline=False);