EnigmaOfTheWorld commited on
Commit
dbf8103
·
1 Parent(s): 88ce286

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ interface = gr.Interface(
12
  outputs = [gr.inputs.Textbox()],
13
  theme=theme)
14
 
15
- demo.launch()
 
12
  outputs = [gr.inputs.Textbox()],
13
  theme=theme)
14
 
15
+ interface.launch()