Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -772,7 +772,7 @@ def main():
|
|
| 772 |
|
| 773 |
# Launch the application
|
| 774 |
demo.launch(
|
| 775 |
-
share=
|
| 776 |
server_name="0.0.0.0", # Allow external access
|
| 777 |
server_port=7860 # Standard Gradio port
|
| 778 |
)
|
|
|
|
| 772 |
|
| 773 |
# Launch the application
|
| 774 |
demo.launch(
|
| 775 |
+
share=True, # Set to True for public sharing
|
| 776 |
server_name="0.0.0.0", # Allow external access
|
| 777 |
server_port=7860 # Standard Gradio port
|
| 778 |
)
|