Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,4 +51,4 @@ def recognize_digit(image):
|
|
51 |
demo = gr.Interface(fn=recognize_digit,
|
52 |
inputs=gr.Image(image_mode="L", invert_colors=True, source="canvas"),
|
53 |
outputs=gr.Label(num_top_classes=1))
|
54 |
-
demo.launch(True)
|
|
|
51 |
demo = gr.Interface(fn=recognize_digit,
|
52 |
inputs=gr.Image(image_mode="L", invert_colors=True, source="canvas"),
|
53 |
outputs=gr.Label(num_top_classes=1))
|
54 |
+
demo.launch(share=True)
|