Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -8,6 +8,7 @@ import os
|
|
| 8 |
import json
|
| 9 |
import re
|
| 10 |
from huggingface_hub import InferenceClient
|
|
|
|
| 11 |
|
| 12 |
|
| 13 |
# Configurar Gemini
|
|
|
|
| 8 |
import json
|
| 9 |
import re
|
| 10 |
from huggingface_hub import InferenceClient
|
| 11 |
+
import google.generativeai as genai
|
| 12 |
|
| 13 |
|
| 14 |
# Configurar Gemini
|