MuhammadQASIM111 commited on
Commit
99964d6
·
verified ·
1 Parent(s): 4d87084

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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"] = "7861"
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')