eternalBlissard commited on
Commit
ba8a16b
·
verified ·
1 Parent(s): b7f1e44

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ demo = gr.Interface(fn=outputProducer,
6
  inputs = [gr.Textbox()],
7
  outputs= [gr.Textbox()],
8
  title = 'Simplify')
9
- gr.launch()
 
6
  inputs = [gr.Textbox()],
7
  outputs= [gr.Textbox()],
8
  title = 'Simplify')
9
+ demo.launch()