zhen-dong-nexusflow commited on
Commit
35df424
·
1 Parent(s): 5a16de5

modify app file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,5 +383,5 @@ with gr.Blocks(theme='dark') as demo: # Set the theme here
383
  )
384
 
385
 
386
- demo.launch(share=True, allowed_paths=["logo.png", "raven.png"])
387
 
 
383
  )
384
 
385
 
386
+ demo.launch(allowed_paths=["logo.png", "raven.png"])
387