sab
commited on
Commit
•
1d7aaae
1
Parent(s):
ace3238
AttributeError: module 'gradio' has no attribute 'outputs'
Browse files
app.py
CHANGED
@@ -41,7 +41,7 @@ interface = gr.Interface(
|
|
41 |
gr.Slider(minimum=1, maximum=240, value=84, label="Number of frames 🎞️"),
|
42 |
gr.Slider(minimum=1, maximum=60, value=30, label="FPS (Frames per second) ⏱️")
|
43 |
],
|
44 |
-
outputs=gr.
|
45 |
title=cfg.TITLE,
|
46 |
description=cfg.DESCRIPTION,
|
47 |
examples=cfg.EXAMPLES,
|
|
|
41 |
gr.Slider(minimum=1, maximum=240, value=84, label="Number of frames 🎞️"),
|
42 |
gr.Slider(minimum=1, maximum=60, value=30, label="FPS (Frames per second) ⏱️")
|
43 |
],
|
44 |
+
outputs=gr.Video(),
|
45 |
title=cfg.TITLE,
|
46 |
description=cfg.DESCRIPTION,
|
47 |
examples=cfg.EXAMPLES,
|