syaikhipin commited on
Commit
abda3d8
·
1 Parent(s): f7a5a72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -108,7 +108,7 @@ iface = gr.Interface(
108
  )
109
 
110
  # Launch the Gradio interface
111
- iface.launch(debug=false, share=false)
112
 
113
 
114
 
 
108
  )
109
 
110
  # Launch the Gradio interface
111
+ iface.launch(debug=False, share=False)
112
 
113
 
114