Spaces:
Build error
Build error
Update app.py
#2
by
hpratapsingh - opened
app.py
CHANGED
|
@@ -79,4 +79,5 @@ interface = gr.Interface(fn=predict_category, inputs=inputs, outputs=outputs, ti
|
|
| 79 |
|
| 80 |
# Launch the interface
|
| 81 |
if __name__ == "__main__":
|
| 82 |
-
interface.launch()
|
|
|
|
|
|
| 79 |
|
| 80 |
# Launch the interface
|
| 81 |
if __name__ == "__main__":
|
| 82 |
+
interface.launch(share=True)
|
| 83 |
+
|