Spaces:
Build error
Build error
Paul Ke commited on
Update streamlit_app.py
Browse files- streamlit_app.py +1 -3
streamlit_app.py
CHANGED
|
@@ -14,11 +14,9 @@ import google.generativeai as genai
|
|
| 14 |
from pathlib import Path
|
| 15 |
import tempfile
|
| 16 |
|
| 17 |
-
from google.generativeai.types import (
|
| 18 |
-
GenerateContentConfig,
|
| 19 |
HarmCategory,
|
| 20 |
HarmBlockThreshold,
|
| 21 |
-
HttpOptions,
|
| 22 |
SafetySetting,
|
| 23 |
)
|
| 24 |
|
|
|
|
| 14 |
from pathlib import Path
|
| 15 |
import tempfile
|
| 16 |
|
| 17 |
+
from google.generativeai.types import (
|
|
|
|
| 18 |
HarmCategory,
|
| 19 |
HarmBlockThreshold,
|
|
|
|
| 20 |
SafetySetting,
|
| 21 |
)
|
| 22 |
|