Spaces:
Running
Running
small updates
Browse files- app.py +2 -0
- requirements.txt +1 -1
app.py
CHANGED
|
@@ -16,6 +16,8 @@ DUPLICATE = """
|
|
| 16 |
</div>
|
| 17 |
"""
|
| 18 |
|
|
|
|
|
|
|
| 19 |
|
| 20 |
def predict(
|
| 21 |
google_key: str,
|
|
|
|
| 16 |
</div>
|
| 17 |
"""
|
| 18 |
|
| 19 |
+
print("google-generativeai:", genai.__version__)
|
| 20 |
+
|
| 21 |
|
| 22 |
def predict(
|
| 23 |
google_key: str,
|
requirements.txt
CHANGED
|
@@ -1,2 +1,2 @@
|
|
| 1 |
-
google-generativeai
|
| 2 |
gradio
|
|
|
|
| 1 |
+
google-generativeai==0.3.1
|
| 2 |
gradio
|