Sanshruth commited on
Commit
a956d1b
·
verified ·
1 Parent(s): 3e20675

Removing debug=True

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -314,4 +314,4 @@ with gr.Blocks(theme=gr.themes.Soft()) as app:
314
  outputs=[font_output]
315
  )
316
 
317
- app.launch(debug=True)
 
314
  outputs=[font_output]
315
  )
316
 
317
+ app.launch()