Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|