Spaces:
Runtime error
Runtime error
Commit ·
6e95f9f
1
Parent(s): 7666b38
Update query.py
Browse files
query.py
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
import re
|
|
|
|
| 2 |
import os
|
| 3 |
import google.generativeai as genai
|
| 4 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|
|
|
|
| 1 |
import re
|
| 2 |
+
import gradio as gr
|
| 3 |
import os
|
| 4 |
import google.generativeai as genai
|
| 5 |
GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
|