Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(
|
|
50 |
gr.Textbox(label="Artist", show_copy_button=True),
|
51 |
gr.Textbox(label="Music", show_copy_button=True),
|
52 |
gr.Textbox(label="Genre", show_copy_button=True),
|
53 |
-
gr.Image()
|
54 |
]
|
55 |
)
|
56 |
|
|
|
50 |
gr.Textbox(label="Artist", show_copy_button=True),
|
51 |
gr.Textbox(label="Music", show_copy_button=True),
|
52 |
gr.Textbox(label="Genre", show_copy_button=True),
|
53 |
+
gr.Image(label="Cover")
|
54 |
]
|
55 |
)
|
56 |
|