Spaces:
Sleeping
Sleeping
Commit
·
1af56d0
1
Parent(s):
bee9a05
Update app.py
Browse files
app.py
CHANGED
@@ -34,4 +34,4 @@ with demo:
|
|
34 |
image_button = gr.Button("Predict")
|
35 |
image_button.click(predict_comment_score, inputs=image_input, outputs=output)
|
36 |
|
37 |
-
demo.launch(
|
|
|
34 |
image_button = gr.Button("Predict")
|
35 |
image_button.click(predict_comment_score, inputs=image_input, outputs=output)
|
36 |
|
37 |
+
demo.launch()
|