Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ gemini_key = os.getenv("geminiapikey") # Ensure you have set the Gemini API key
|
|
| 14 |
|
| 15 |
# Other API keys (assuming they are also set in the Hugging Face Space environment)
|
| 16 |
os.environ["SERPER_API_KEY"] = os.getenv("serper_key")
|
| 17 |
-
os.environ["GRADIO_SERVER_PORT"] = "
|
| 18 |
|
| 19 |
# Install necessary packages (ensure pymupdf and pydantic are installed)
|
| 20 |
os.system('pip install pydantic --upgrade')
|
|
|
|
| 14 |
|
| 15 |
# Other API keys (assuming they are also set in the Hugging Face Space environment)
|
| 16 |
os.environ["SERPER_API_KEY"] = os.getenv("serper_key")
|
| 17 |
+
os.environ["GRADIO_SERVER_PORT"] = "7862"
|
| 18 |
|
| 19 |
# Install necessary packages (ensure pymupdf and pydantic are installed)
|
| 20 |
os.system('pip install pydantic --upgrade')
|