Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
import os
|
3 |
import gradio as gr
|
|
|
4 |
from google import genai
|
5 |
# Make sure to import necessary types from the SDK
|
6 |
from google.generative_ai import types
|
|
|
1 |
# -*- coding: utf-8 -*-
|
2 |
import os
|
3 |
import gradio as gr
|
4 |
+
import google.generativeai as genai
|
5 |
from google import genai
|
6 |
# Make sure to import necessary types from the SDK
|
7 |
from google.generative_ai import types
|