Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -33,7 +33,7 @@ def generate_demo_gif(_1, _2):
|
|
33 |
# Gradio UI
|
34 |
with gr.Blocks() as demo_ui:
|
35 |
with gr.Tab("Demo"):
|
36 |
-
gr.Markdown("### Preview frames and generate animation")
|
37 |
with gr.Row():
|
38 |
img1_preview = gr.Image(value=str(FRAME1_PATH), label="Frame 1", interactive=False)
|
39 |
img2_preview = gr.Image(value=str(FRAME2_PATH), label="Frame 2", interactive=False)
|
|
|
33 |
# Gradio UI
|
34 |
with gr.Blocks() as demo_ui:
|
35 |
with gr.Tab("Demo"):
|
36 |
+
gr.Markdown("### Preview frames and generate animation. FREE CPU cut off, 22 seconds and done. No AI democracy.")
|
37 |
with gr.Row():
|
38 |
img1_preview = gr.Image(value=str(FRAME1_PATH), label="Frame 1", interactive=False)
|
39 |
img2_preview = gr.Image(value=str(FRAME2_PATH), label="Frame 2", interactive=False)
|