Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -83,7 +83,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 83 |
gr.HTML(load_description(title_md))
|
| 84 |
gr.Markdown(load_description("assets/gradio_description_upload.md"))
|
| 85 |
with gr.Row():
|
| 86 |
-
with gr.Group(
|
| 87 |
image_input = gr.Image(type="filepath")
|
| 88 |
gr.Examples(
|
| 89 |
examples=[
|
|
@@ -98,7 +98,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
| 98 |
inputs=[image_input],
|
| 99 |
cache_examples=False,
|
| 100 |
)
|
| 101 |
-
with gr.Group(
|
| 102 |
video_input = gr.Video()
|
| 103 |
gr.Examples(
|
| 104 |
examples=[
|
|
|
|
| 83 |
gr.HTML(load_description(title_md))
|
| 84 |
gr.Markdown(load_description("assets/gradio_description_upload.md"))
|
| 85 |
with gr.Row():
|
| 86 |
+
with gr.Group():
|
| 87 |
image_input = gr.Image(type="filepath")
|
| 88 |
gr.Examples(
|
| 89 |
examples=[
|
|
|
|
| 98 |
inputs=[image_input],
|
| 99 |
cache_examples=False,
|
| 100 |
)
|
| 101 |
+
with gr.Group():
|
| 102 |
video_input = gr.Video()
|
| 103 |
gr.Examples(
|
| 104 |
examples=[
|