Athspi commited on
Commit
07a6e29
·
verified ·
1 Parent(s): 033fb99

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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