Spaces:
Runtime error
Runtime error
LOVEBHATTI
commited on
Commit
•
514745b
1
Parent(s):
dacd5d2
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import google
|
3 |
from PIL import Image
|
4 |
|
5 |
genAi.configure(api_key="AIzaSyBZQmot8_8bDxuGiffJ06woJCzH140Erc4str")
|
|
|
1 |
import streamlit as st
|
2 |
+
import google.generativeai as genAi
|
3 |
from PIL import Image
|
4 |
|
5 |
genAi.configure(api_key="AIzaSyBZQmot8_8bDxuGiffJ06woJCzH140Erc4str")
|