Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ezamorag
/
webapp_fortestingcounters
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ezamorag
commited on
Aug 27, 2023
Commit
c992324
·
1 Parent(s):
252758d
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -159,4 +159,4 @@ with gr.Blocks() as demo:
159
button1.click(testing_directcounter, input1, output3)
160
"""
161
162
-
demo.launch(
debug=True
)
159
button1.click(testing_directcounter, input1, output3)
160
"""
161
162
+
demo.launch()