eaglelandsonce commited on
Commit
777a1db
1 Parent(s): 59a932d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,5 +91,5 @@ iface = gr.Interface(
91
  )
92
 
93
  # Launch the interface
94
- iface.launch(debug=true)
95
 
 
91
  )
92
 
93
  # Launch the interface
94
+ iface.launch(debug=True)
95