Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,6 @@ with gr.Blocks(css=custom_css) as demo:
|
|
88 |
|
89 |
with gr.Row() as row:
|
90 |
labels = gr.Textbox(
|
91 |
-
value=examples[0][1],
|
92 |
label="Labels",
|
93 |
placeholder="Enter your labels here (comma separated)",
|
94 |
scale=1,
|
|
|
88 |
|
89 |
with gr.Row() as row:
|
90 |
labels = gr.Textbox(
|
|
|
91 |
label="Labels",
|
92 |
placeholder="Enter your labels here (comma separated)",
|
93 |
scale=1,
|