ezamorag commited on
Commit
96d6467
·
1 Parent(s): 54326c4

Update app.py

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