Spaces:
Sleeping
Sleeping
Commit
·
ee188b6
1
Parent(s):
52bd32b
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(share=True)
|