Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import gradio as gr
|
|
| 9 |
from dotenv import load_dotenv
|
| 10 |
load_dotenv()
|
| 11 |
|
| 12 |
-
OPENAI_API_KEY =os.getenv("OPENAI_API_KEY")
|
| 13 |
GOOGLE_API_KEY =os.getenv("GOOGLE_API_KEY")
|
| 14 |
GOOGLE_CSE_ID =os.getenv("GOOGLE_CSE_ID")
|
| 15 |
repo_id=os.getenv("repo_id")
|
|
|
|
| 9 |
from dotenv import load_dotenv
|
| 10 |
load_dotenv()
|
| 11 |
|
| 12 |
+
#OPENAI_API_KEY =os.getenv("OPENAI_API_KEY")
|
| 13 |
GOOGLE_API_KEY =os.getenv("GOOGLE_API_KEY")
|
| 14 |
GOOGLE_CSE_ID =os.getenv("GOOGLE_CSE_ID")
|
| 15 |
repo_id=os.getenv("repo_id")
|