hpratapsingh
commited on
Update app.py
Browse files
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 |
+
|