fffiloni commited on
Commit
86f000e
·
1 Parent(s): 38d1a71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -221,8 +221,8 @@ with gr.Blocks(css='style.css') as demo:
221
 
222
  ex = gr.Examples(
223
  [
224
- ["Make it a marble sculpture", "https://huggingface.co/spaces/fffiloni/Pix2Pix-Video/blob/main/examples/pexels-jill-burrow-7665249_512x512.mp4", 422112651, 4],
225
- ["Make it molten lava", "https://huggingface.co/spaces/fffiloni/Pix2Pix-Video/blob/main/examples/Ocean_Pexels_ 8953474_512x512.mp4", 43571876, 4]
226
  ],
227
  inputs=inputs,
228
  outputs=outputs,
 
221
 
222
  ex = gr.Examples(
223
  [
224
+ ["Make it a marble sculpture", "./examples/pexels-jill-burrow-7665249_512x512.mp4", 422112651, 4],
225
+ ["Make it molten lava", "./examples/Ocean_Pexels_ 8953474_512x512.mp4", 43571876, 4]
226
  ],
227
  inputs=inputs,
228
  outputs=outputs,