Spaces:
Build error
Build error
neverix
commited on
Commit
·
02bc7b0
1
Parent(s):
17ea825
Fix bigger bug
Browse files
app.py
CHANGED
@@ -71,7 +71,8 @@ def main():
|
|
71 |
|
72 |
gr.Markdown("## Examples")
|
73 |
gr.Examples(fn=generate, inputs=inputs, outputs=[video, model],
|
74 |
-
examples=[defaults], cache_examples=True, examples_per_page=1
|
|
|
75 |
return ui
|
76 |
|
77 |
ui = main()
|
|
|
71 |
|
72 |
gr.Markdown("## Examples")
|
73 |
gr.Examples(fn=generate, inputs=inputs, outputs=[video, model],
|
74 |
+
examples=[defaults], # cache_examples=True, examples_per_page=1
|
75 |
+
)
|
76 |
return ui
|
77 |
|
78 |
ui = main()
|