Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -674,11 +674,11 @@ with gr.Blocks(
|
|
674 |
# Launch configuration
|
675 |
if __name__ == "__main__":
|
676 |
demo.launch(
|
677 |
-
share=
|
678 |
server_name="0.0.0.0",
|
679 |
server_port=7860,
|
680 |
show_error=True,
|
681 |
-
show_tips=True,
|
682 |
enable_queue=True,
|
683 |
max_threads=10
|
684 |
)
|
|
|
674 |
# Launch configuration
|
675 |
if __name__ == "__main__":
|
676 |
demo.launch(
|
677 |
+
share=False, # Set to True for public sharing
|
678 |
server_name="0.0.0.0",
|
679 |
server_port=7860,
|
680 |
show_error=True,
|
681 |
+
# show_tips=True, # REMOVED - this parameter no longer exists in Gradio 4.0+
|
682 |
enable_queue=True,
|
683 |
max_threads=10
|
684 |
)
|