funnyPhani commited on
Commit
077e2dc
1 Parent(s): 1168346

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,5 +20,5 @@ iface = gr.Interface(
20
  )
21
 
22
  # Launch the interface
23
- iface.launch(debug=False)
24
 
 
20
  )
21
 
22
  # Launch the interface
23
+ iface.launch(debug=False,inline = False)
24