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 26, 2023
Commit
a1ae682
·
1 Parent(s):
057012f
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -176,4 +176,4 @@ with gr.Blocks() as demo:
176
button1.click(testing_directcounter, input1, output3)
177
"""
178
179
-
demo.launch(
debug=True
)
176
button1.click(testing_directcounter, input1, output3)
177
"""
178
179
+
demo.launch()