Spaces:
Runtime error
Runtime error
Upload 11 files
Browse files- app.py +0 -5
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -8,11 +8,6 @@ def main():
|
|
| 8 |
|
| 9 |
print("🌱 Launching EcoLogits Chat...")
|
| 10 |
interface.launch(
|
| 11 |
-
share=False,
|
| 12 |
-
server_name="0.0.0.0", # Allow external connections for Hugging Face
|
| 13 |
-
server_port=7860, # Standard Hugging Face port
|
| 14 |
-
inbrowser=False, # Don't auto-open browser on server
|
| 15 |
-
pwa=True
|
| 16 |
)
|
| 17 |
|
| 18 |
if __name__ == "__main__":
|
|
|
|
| 8 |
|
| 9 |
print("🌱 Launching EcoLogits Chat...")
|
| 10 |
interface.launch(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
)
|
| 12 |
|
| 13 |
if __name__ == "__main__":
|
requirements.txt
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
gradio>=4.0.
|
| 2 |
mistralai
|
| 3 |
ecologits
|
| 4 |
python-dotenv
|
|
|
|
| 1 |
+
gradio>=4.0.1
|
| 2 |
mistralai
|
| 3 |
ecologits
|
| 4 |
python-dotenv
|