Dagfinn1962 commited on
Commit
6f94a0d
1 Parent(s): 2322edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -83,4 +83,4 @@ with gr.Blocks (css = 'main.css') as myface:
83
 
84
  title="Daylight (SD) ",
85
  myface.queue(concurrency_count=200)
86
- myface.launch(inline=True, show_api=False, max_threads=400)
 
83
 
84
  title="Daylight (SD) ",
85
  myface.queue(concurrency_count=200)
86
+ myface.launch(inline=True, share=True, show_api=False, max_threads=400)