Allanatrix commited on
Commit
bfbdbf6
·
verified ·
1 Parent(s): 37eab4f

Update App.py

Browse files
Files changed (1) hide show
  1. App.py +1 -1
App.py CHANGED
@@ -164,4 +164,4 @@ with gr.Blocks(theme=gr.themes.Soft(), title="Nexa R&D Studio", css="""
164
 
165
  # Configure launch based on environment
166
  is_huggingface = os.getenv("HF_SPACE") is not None
167
- app.launch(share=is_huggingface, server_name="0.0.0.0" if is_huggingface else None)
 
164
 
165
  # Configure launch based on environment
166
  is_huggingface = os.getenv("HF_SPACE") is not None
167
+ app.launch(share=True, server_name="0.0.0.0" if is_huggingface else None)