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