Spaces:
Runtime error
Runtime error
Removed height
Browse files
app.py
CHANGED
@@ -98,4 +98,4 @@ with gr.Blocks(css='''
|
|
98 |
|
99 |
|
100 |
|
101 |
-
demo.queue(api_open=False).launch(max_threads=10,
|
|
|
98 |
|
99 |
|
100 |
|
101 |
+
demo.queue(api_open=False).launch(max_threads=10, share=False, allowed_paths=['dicta-logo.jpg'])
|