Spaces:
Running
on
A10G
Running
on
A10G
Update app.py
Browse files
app.py
CHANGED
@@ -209,16 +209,16 @@ with gr.Blocks(css='style.css') as demo:
|
|
209 |
inputs = [prompt,video_inp,seed_inp, trim_in]
|
210 |
outputs = [video_out, share_group]
|
211 |
|
212 |
-
ex = gr.Examples(
|
213 |
-
|
214 |
-
|
215 |
-
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
)
|
222 |
|
223 |
gr.HTML(article)
|
224 |
|
|
|
209 |
inputs = [prompt,video_inp,seed_inp, trim_in]
|
210 |
outputs = [video_out, share_group]
|
211 |
|
212 |
+
#ex = gr.Examples(
|
213 |
+
# [
|
214 |
+
# ["Make it a marble sculpture", "./examples/pexels-jill-burrow-7665249_512x512.mp4", 422112651, 4],
|
215 |
+
# ["Make it molten lava", "./examples/Ocean_Pexels_ 8953474_512x512.mp4", 43571876, 4]
|
216 |
+
# ],
|
217 |
+
# inputs=inputs,
|
218 |
+
# outputs=outputs,
|
219 |
+
# fn=infer,
|
220 |
+
# cache_examples=True,
|
221 |
+
#)
|
222 |
|
223 |
gr.HTML(article)
|
224 |
|