Update Gradio_en.py
Browse files- Gradio_en.py +2 -2
Gradio_en.py
CHANGED
|
@@ -729,8 +729,8 @@ if __name__ == "__main__":
|
|
| 729 |
demo = create_interface()
|
| 730 |
demo.launch(
|
| 731 |
server_port=7860,
|
| 732 |
-
share=True,
|
| 733 |
-
debug=True,
|
| 734 |
# auth=("geollm", "research2025"),
|
| 735 |
# auth_message="Please enter credentials to access GeoLLM Geological Intelligence Platform"
|
| 736 |
)
|
|
|
|
| 729 |
demo = create_interface()
|
| 730 |
demo.launch(
|
| 731 |
server_port=7860,
|
| 732 |
+
# share=True,
|
| 733 |
+
# debug=True,
|
| 734 |
# auth=("geollm", "research2025"),
|
| 735 |
# auth_message="Please enter credentials to access GeoLLM Geological Intelligence Platform"
|
| 736 |
)
|