Surya Narayana commited on
Commit
50cdeaf
·
verified ·
1 Parent(s): 99eae06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,6 +18,6 @@ with gr.Blocks() as demo:
18
  # Remove the "Image-to-Image generation" tab and its content
19
 
20
  try:
21
- demo.launch(debug=True)
22
  except Exception:
23
- demo.launch(share=True, debug=True)
 
18
  # Remove the "Image-to-Image generation" tab and its content
19
 
20
  try:
21
+ demo.launch(debug=True,inline=False)
22
  except Exception:
23
+ demo.launch(share=True, debug=True,inline=False)