zelk12 commited on
Commit
33e737f
·
verified ·
1 Parent(s): b22fe89

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -2,10 +2,14 @@
2
  #=========
3
  # Library Import
4
 
 
5
  import random
6
  import gradio as gr
7
  from huggingface_hub import InferenceClient
8
 
 
 
 
9
  #=========
10
  #=========
11
  # Backend Logic
 
2
  #=========
3
  # Library Import
4
 
5
+ # default
6
  import random
7
  import gradio as gr
8
  from huggingface_hub import InferenceClient
9
 
10
+ # added
11
+ from google import genai
12
+
13
  #=========
14
  #=========
15
  # Backend Logic