Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWang676 authored Oct 19, 2023
1 parent 0e9d3be commit 1c0a340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ def create_version_html():

restart_server = False
try:
barkgui.queue().launch(show_error=True)
barkgui.queue().launch(show_error=True, share=True)
except:
restart_server = True
run_server = False
Expand Down

0 comments on commit 1c0a340

Please sign in to comment.