Spaces:
Sleeping
Sleeping
Upload user_study.py with huggingface_hub
Browse files- user_study.py +1 -1
user_study.py
CHANGED
|
@@ -325,4 +325,4 @@ with gr.Blocks(css="""
|
|
| 325 |
outputs=[admin_file]
|
| 326 |
)
|
| 327 |
|
| 328 |
-
demo.launch()
|
|
|
|
| 325 |
outputs=[admin_file]
|
| 326 |
)
|
| 327 |
|
| 328 |
+
demo.launch(allowed_paths=["/data"])
|