Spaces:
Sleeping
Sleeping
Update app.py
Browse filescreate a public link for sharing
app.py
CHANGED
@@ -51,4 +51,4 @@ interface = gr.Interface(fn=classify,
|
|
51 |
description="Enter a text to classify it.")
|
52 |
|
53 |
# Launch the interface
|
54 |
-
interface.launch()
|
|
|
51 |
description="Enter a text to classify it.")
|
52 |
|
53 |
# Launch the interface
|
54 |
+
interface.launch(True)
|