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