Spaces:
Sleeping
Sleeping
Praneeth KVS
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -15,8 +15,8 @@ import gradio as gr
|
|
15 |
import os
|
16 |
import google.generativeai as genai
|
17 |
|
18 |
-
import google.generativeai as genai
|
19 |
-
from google.colab import userdata
|
20 |
|
21 |
#GOOGLE_API_KEY=userdata.get('G-API_key2')
|
22 |
#genai.configure(api_key=GOOGLE_API_KEY)
|
|
|
15 |
import os
|
16 |
import google.generativeai as genai
|
17 |
|
18 |
+
#import google.generativeai as genai
|
19 |
+
#from google.colab import userdata
|
20 |
|
21 |
#GOOGLE_API_KEY=userdata.get('G-API_key2')
|
22 |
#genai.configure(api_key=GOOGLE_API_KEY)
|