updated
Browse files
app.py
CHANGED
@@ -192,7 +192,7 @@ def main():
|
|
192 |
demo.launch(
|
193 |
server_name="0.0.0.0", # Listen on all network interfaces
|
194 |
server_port=7860, # Default Gradio port
|
195 |
-
share=
|
196 |
)
|
197 |
except Exception as e:
|
198 |
print(f"Error launching Gradio app: {e}")
|
|
|
192 |
demo.launch(
|
193 |
server_name="0.0.0.0", # Listen on all network interfaces
|
194 |
server_port=7860, # Default Gradio port
|
195 |
+
share=False # Set to True for a public link
|
196 |
)
|
197 |
except Exception as e:
|
198 |
print(f"Error launching Gradio app: {e}")
|