r3gm commited on
Commit
edd95f4
·
verified ·
1 Parent(s): 46a5927

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -319,4 +319,8 @@ with gr.Blocks(css=CUSTOM_CSS, title="Video Upscaler") as demo:
319
  )
320
 
321
  if __name__ == "__main__":
322
- demo.launch(debug=True)
 
 
 
 
 
319
  )
320
 
321
  if __name__ == "__main__":
322
+ demo.launch(
323
+ debug=True,
324
+ show_error=True,
325
+ quiet=False,
326
+ )