Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,4 +37,4 @@ examples = [[example_image1, "H Sign"],[example_image2, "B Sign"]] # Modify the
|
|
37 |
interface = gr.Interface(fn=sign_classifier, inputs=input_image, outputs=[output_sign],
|
38 |
title="Image Classifier", description="Upload an image and translate the sign", examples=examples)
|
39 |
|
40 |
-
interface.launch(debug=True)
|
|
|
37 |
interface = gr.Interface(fn=sign_classifier, inputs=input_image, outputs=[output_sign],
|
38 |
title="Image Classifier", description="Upload an image and translate the sign", examples=examples)
|
39 |
|
40 |
+
interface.launch(share=True,debug=True)
|