Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ os.system("pip install gradio==5.0.2")
|
|
| 9 |
os.system("pip install --upgrade pip")
|
| 10 |
#@title DECIPHER THE CODE EXPLAINER
|
| 11 |
import gradio as gr
|
| 12 |
-
import google.generativeai as
|
| 13 |
|
| 14 |
# load model
|
| 15 |
# PaLM API Key here
|
|
|
|
| 9 |
os.system("pip install --upgrade pip")
|
| 10 |
#@title DECIPHER THE CODE EXPLAINER
|
| 11 |
import gradio as gr
|
| 12 |
+
import google.generativeai as gemini
|
| 13 |
|
| 14 |
# load model
|
| 15 |
# PaLM API Key here
|