changed launch settings
Browse files
app.py
CHANGED
|
@@ -1874,8 +1874,8 @@ def main():
|
|
| 1874 |
|
| 1875 |
# Launch Gradio interface
|
| 1876 |
interface.launch(
|
| 1877 |
-
share=
|
| 1878 |
-
server_name="
|
| 1879 |
server_port=7860,
|
| 1880 |
show_error=True,
|
| 1881 |
inbrowser=True # Automatically opens browser
|
|
|
|
| 1874 |
|
| 1875 |
# Launch Gradio interface
|
| 1876 |
interface.launch(
|
| 1877 |
+
share=False, # Creates public URL for sharing
|
| 1878 |
+
server_name="0.0.0.0", # Localhost access
|
| 1879 |
server_port=7860,
|
| 1880 |
show_error=True,
|
| 1881 |
inbrowser=True # Automatically opens browser
|