Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -122,4 +122,4 @@ with gr.Blocks(theme=custom_theme) as demo:
|
|
| 122 |
# Launch the app
|
| 123 |
if __name__ == "__main__":
|
| 124 |
# Ensure all required folders are allowed
|
| 125 |
-
demo.launch(allowed_paths=["Logo.png"])
|
|
|
|
| 122 |
# Launch the app
|
| 123 |
if __name__ == "__main__":
|
| 124 |
# Ensure all required folders are allowed
|
| 125 |
+
demo.launch(allowed_paths=["Logo.png"], share=True)
|