multimodalart HF Staff commited on
Commit
21451ad
·
verified ·
1 Parent(s): 5f63855

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -84,6 +84,4 @@ with gr.Blocks() as demo:
84
  gr.Markdown("Console output (printed by the function) will also show detailed logs.")
85
 
86
  if __name__ == "__main__":
87
- demo.launch()
88
-
89
- demo.launch(debug=True) # debug=True can be helpful
 
84
  gr.Markdown("Console output (printed by the function) will also show detailed logs.")
85
 
86
  if __name__ == "__main__":
87
+ demo.launch()