Spaces:
Sleeping
Sleeping
francescoKrnl
commited on
Commit
•
9f0d446
1
Parent(s):
9274913
Update app.py
Browse files
app.py
CHANGED
@@ -192,4 +192,4 @@ with gr.Blocks(css="style.css") as demo:
|
|
192 |
image.change(fn=run, inputs=inputs, outputs=outputs, trigger_mode="always_last")
|
193 |
|
194 |
if __name__ == "__main__":
|
195 |
-
demo.queue().launch(debug=True)
|
|
|
192 |
image.change(fn=run, inputs=inputs, outputs=outputs, trigger_mode="always_last")
|
193 |
|
194 |
if __name__ == "__main__":
|
195 |
+
demo.queue().launch(debug=True, allowed_paths=["."])
|