svjack commited on
Commit
ba34910
·
verified ·
1 Parent(s): 317c75b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -142,4 +142,4 @@ app = gr.Interface(
142
  title="SkyReels V2 Video Generator",
143
  )
144
 
145
- app.launch(show_api=False, show_error=True, ssr_mode=False)
 
142
  title="SkyReels V2 Video Generator",
143
  )
144
 
145
+ app.launch(show_api=True, show_error=True, share = True)