Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,4 +12,4 @@ demo = gr.Interface(
|
|
| 12 |
description="Classifies Japanese text as Positive 😎 or Negative 😡 using a PyTorch model trained from scratch."
|
| 13 |
)
|
| 14 |
|
| 15 |
-
demo.launch()
|
|
|
|
| 12 |
description="Classifies Japanese text as Positive 😎 or Negative 😡 using a PyTorch model trained from scratch."
|
| 13 |
)
|
| 14 |
|
| 15 |
+
demo.launch(share=True)
|