Unknownaut commited on
Commit
2e6b749
·
verified ·
1 Parent(s): 0d4493f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -66,5 +66,4 @@ demo = gr.Interface(
66
  outputs="text"
67
  )
68
 
69
- # 🔥 IMPORTANT: enable API
70
- app = gr.mount_gradio_app(None, demo, path="/")
 
66
  outputs="text"
67
  )
68
 
69
+ demo.launch()