Jyotiyadav commited on
Commit
11341ee
·
verified ·
1 Parent(s): e7e1b0d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,4 +35,4 @@ iface = gr.Interface(
35
  )
36
 
37
  # Launch Gradio interface
38
- iface.launch()
 
35
  )
36
 
37
  # Launch Gradio interface
38
+ iface.launch(inline=True, debug=True)