ezamorag commited on
Commit
119e8be
·
1 Parent(s): cae64da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -165,4 +165,4 @@ with gr.Blocks() as demo:
165
  button3 = gr.Button("Submit")
166
  button3.click(testing_directcounter, input3, output3)
167
 
168
- demo.launch(share=True)
 
165
  button3 = gr.Button("Submit")
166
  button3.click(testing_directcounter, input3, output3)
167
 
168
+ demo.launch()