Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|
|
|
165 |
button3 = gr.Button("Submit")
|
166 |
button3.click(testing_directcounter, input3, output3)
|
167 |
|
168 |
+
demo.launch()
|