Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import os
|
2 |
import google.generativeai as genai
|
|
|
3 |
import gradio as gr
|
4 |
|
5 |
# Configure the Gemini API
|
|
|
1 |
import os
|
2 |
import google.generativeai as genai
|
3 |
+
from google.generativeai.types import HarmCategory, HarmBlockThreshold
|
4 |
import gradio as gr
|
5 |
|
6 |
# Configure the Gemini API
|