Spaces:
Runtime error
Runtime error
Commit ·
5c10997
1
Parent(s): cb32366
Update app.py
Browse files
app.py
CHANGED
|
@@ -89,12 +89,12 @@ with gr.Blocks() as demo:
|
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
dict_moods=gr.outputs.Label(label="Moods")
|
| 92 |
-
themes=gr.outputs.Label(label="Themes")
|
| 93 |
genres = gr.outputs.Label(label="Genres")
|
| 94 |
instruments = gr.outputs.Label(label="Instruments")
|
| 95 |
dict_desc = gr.Textbox(label="music desc")
|
| 96 |
|
| 97 |
-
gr.Dataset(components=[gr.Textbox(visible=False)],
|
| 98 |
label="type de tags",
|
| 99 |
samples=[
|
| 100 |
["Tag1"],
|
|
|
|
| 89 |
|
| 90 |
with gr.Row():
|
| 91 |
dict_moods=gr.outputs.Label(label="Moods")
|
| 92 |
+
#themes=gr.outputs.Label(label="Themes")
|
| 93 |
genres = gr.outputs.Label(label="Genres")
|
| 94 |
instruments = gr.outputs.Label(label="Instruments")
|
| 95 |
dict_desc = gr.Textbox(label="music desc")
|
| 96 |
|
| 97 |
+
themes = gr.Dataset(components=[gr.Textbox(visible=False)],
|
| 98 |
label="type de tags",
|
| 99 |
samples=[
|
| 100 |
["Tag1"],
|