Spaces:
Sleeping
Sleeping
update 5
Browse files
app.py
CHANGED
|
@@ -127,4 +127,4 @@ gr.Interface(
|
|
| 127 |
outputs=output,
|
| 128 |
title="Ecommerce Classifier",
|
| 129 |
description="This model classifies ecommerce products into one of 434 categories. If the model is unsure, it outputs 'Others'.",
|
| 130 |
-
).launch()
|
|
|
|
| 127 |
outputs=output,
|
| 128 |
title="Ecommerce Classifier",
|
| 129 |
description="This model classifies ecommerce products into one of 434 categories. If the model is unsure, it outputs 'Others'.",
|
| 130 |
+
).launch(share=True)
|