ezamorag commited on
Commit
057012f
·
1 Parent(s): a9354bd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,4 +176,4 @@ with gr.Blocks() as demo:
176
  button1.click(testing_directcounter, input1, output3)
177
  """
178
 
179
- demo.launch()
 
176
  button1.click(testing_directcounter, input1, output3)
177
  """
178
 
179
+ demo.launch(debug=True)