hasnatz commited on
Commit
51393a5
·
verified ·
1 Parent(s): d8a25ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,4 +122,4 @@ with gr.Blocks(theme=custom_theme) as demo:
122
  # Launch the app
123
  if __name__ == "__main__":
124
  # Ensure all required folders are allowed
125
- demo.launch(allowed_paths=["Logo.png"])
 
122
  # Launch the app
123
  if __name__ == "__main__":
124
  # Ensure all required folders are allowed
125
+ demo.launch(allowed_paths=["Logo.png"], share=True)