Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -22,4 +22,4 @@ interface = gr.Interface(fn=classify_image,
|
|
| 22 |
description = "This is a machine learning model which can classify the hand written digits from 0-9.")
|
| 23 |
|
| 24 |
# Launch
|
| 25 |
-
interface.launch(inline = False)
|
|
|
|
| 22 |
description = "This is a machine learning model which can classify the hand written digits from 0-9.")
|
| 23 |
|
| 24 |
# Launch
|
| 25 |
+
interface.launch(inline = False,share=True)
|