Update app.py
Browse files
app.py
CHANGED
@@ -888,4 +888,4 @@ with gr.Blocks(css=css_styles, theme=theme) as demo:
|
|
888 |
|
889 |
if __name__ == "__main__":
|
890 |
print(f"Starting Gradio App. Attempting to use device: {DEVICE}")
|
891 |
-
demo.launch()
|
|
|
888 |
|
889 |
if __name__ == "__main__":
|
890 |
print(f"Starting Gradio App. Attempting to use device: {DEVICE}")
|
891 |
+
demo.launch(allowed_paths=["title.png"])
|