Spaces:
Sleeping
Sleeping
Upload folder using huggingface_hub
Browse files
app.py
CHANGED
@@ -174,4 +174,4 @@ with gr.Blocks(css=css) as demo:
|
|
174 |
inputs=[content_and_output, style_dropdown, style_strength_slider, output_quality]
|
175 |
)
|
176 |
|
177 |
-
demo.launch(show_api=True)
|
|
|
174 |
inputs=[content_and_output, style_dropdown, style_strength_slider, output_quality]
|
175 |
)
|
176 |
|
177 |
+
demo.launch(show_api=True, allowed_paths=['/tmp/gradio/'])
|