Commit
·
35df424
1
Parent(s):
5a16de5
modify app file
Browse files
app.py
CHANGED
@@ -383,5 +383,5 @@ with gr.Blocks(theme='dark') as demo: # Set the theme here
|
|
383 |
)
|
384 |
|
385 |
|
386 |
-
demo.launch(
|
387 |
|
|
|
383 |
)
|
384 |
|
385 |
|
386 |
+
demo.launch(allowed_paths=["logo.png", "raven.png"])
|
387 |
|