Update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,6 @@ demo = gr.Interface(
|
|
124 |
inputs=[
|
125 |
gr.Textbox(label="Text input", placeholder="Enter your text here"),
|
126 |
gr.Textbox(
|
127 |
-
value=,
|
128 |
label="Labels",
|
129 |
placeholder="Enter your labels here (comma separated)",
|
130 |
scale=2,
|
|
|
124 |
inputs=[
|
125 |
gr.Textbox(label="Text input", placeholder="Enter your text here"),
|
126 |
gr.Textbox(
|
|
|
127 |
label="Labels",
|
128 |
placeholder="Enter your labels here (comma separated)",
|
129 |
scale=2,
|