nateraw commited on
Commit
8065741
1 Parent(s): 1fe892b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -25,7 +25,7 @@ gr.Interface(
25
  gr.inputs.Radio([60, 120, 240], type="value", default=60, label='Frames'),
26
  gr.inputs.Radio(list(model_map), type="value", default='wikiart-1024', label='Pretrained Model')
27
  ],
28
- outputs='image',
29
- examples=[[0, 1, 2, 60, 'wikiart-1024']],
30
  enable_queue=True
31
  ).launch()
 
25
  gr.inputs.Radio([60, 120, 240], type="value", default=60, label='Frames'),
26
  gr.inputs.Radio(list(model_map), type="value", default='wikiart-1024', label='Pretrained Model')
27
  ],
28
+ outputs='video',
29
+ examples=[[0, 1, 2, 60, 'landscapes-256']],
30
  enable_queue=True
31
  ).launch()