updated
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def main():
|
|
102 |
demo.launch(
|
103 |
server_name="0.0.0.0", # Listen on all network interfaces
|
104 |
server_port=7860, # Default Gradio port
|
105 |
-
share=
|
106 |
)
|
107 |
except Exception as e:
|
108 |
print(f"Error launching Gradio app: {e}")
|
|
|
102 |
demo.launch(
|
103 |
server_name="0.0.0.0", # Listen on all network interfaces
|
104 |
server_port=7860, # Default Gradio port
|
105 |
+
share=False # Set to True if you want a public link
|
106 |
)
|
107 |
except Exception as e:
|
108 |
print(f"Error launching Gradio app: {e}")
|