Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -177,22 +177,9 @@ def load_predefined_images1():
|
|
177 |
return predefined_images1
|
178 |
|
179 |
|
180 |
-
# def load_predefined_images():
|
181 |
-
# predefined_images = [
|
182 |
-
# "assets2/11.png",
|
183 |
-
# "assets2/22.png",
|
184 |
-
# "assets2/33.png",
|
185 |
-
# "assets2/44.png",
|
186 |
-
# "assets2/55.png",
|
187 |
-
# "assets2/66.png",
|
188 |
-
# "assets2/77.png",
|
189 |
-
# "assets2/88.png",
|
190 |
-
# "assets2/99.png",
|
191 |
-
# ]
|
192 |
-
# return predefined_image
|
193 |
-
|
194 |
-
|
195 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
|
|
|
|
196 |
gr.Markdown(DESCRIPTIONXX)
|
197 |
with gr.Row():
|
198 |
prompt = gr.Text(
|
|
|
177 |
return predefined_images1
|
178 |
|
179 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
180 |
with gr.Blocks(theme="Nymbo/Nymbo_Theme", css=css) as demo:
|
181 |
+
gr.HTML('<div class="title">😄Image to Video Explore: <a href="https://huggingface.co/spaces/ginigen/theater" target="_blank">https://huggingface.co/spaces/ginigen/theater</a></div>')
|
182 |
+
|
183 |
gr.Markdown(DESCRIPTIONXX)
|
184 |
with gr.Row():
|
185 |
prompt = gr.Text(
|