Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -29,9 +29,7 @@ custom_css = """
|
|
29 |
}
|
30 |
"""
|
31 |
|
32 |
-
|
33 |
-
(genai.APIError),
|
34 |
-
max_tries=3)
|
35 |
def predict(prompt):
|
36 |
# Create the model
|
37 |
generation_config = {
|
|
|
29 |
}
|
30 |
"""
|
31 |
|
32 |
+
|
|
|
|
|
33 |
def predict(prompt):
|
34 |
# Create the model
|
35 |
generation_config = {
|