Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,4 +28,4 @@ interface = gr.Interface(
|
|
28 |
)
|
29 |
|
30 |
# Launch WITHOUT the share button
|
31 |
-
interface.launch(share=
|
|
|
28 |
)
|
29 |
|
30 |
# Launch WITHOUT the share button
|
31 |
+
interface.launch(share=False) # π No Share via Link button
|