Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,9 +31,9 @@ with gr.Blocks() as demo:
|
|
31 |
with gr.Row():
|
32 |
with gr.Column():
|
33 |
output0 = gr.Label(label=models[0])
|
34 |
-
input = gr.Textbox(label="Input",
|
35 |
btn = gr.Button("Check")
|
36 |
-
|
37 |
with gr.Column():
|
38 |
output1 = gr.Label(label=models[1])
|
39 |
output2 = gr.Label(label=models[2])
|
|
|
31 |
with gr.Row():
|
32 |
with gr.Column():
|
33 |
output0 = gr.Label(label=models[0])
|
34 |
+
input = gr.Textbox(label="Input", value=examples[0], show_label=True)
|
35 |
btn = gr.Button("Check")
|
36 |
+
exmaples
|
37 |
with gr.Column():
|
38 |
output1 = gr.Label(label=models[1])
|
39 |
output2 = gr.Label(label=models[2])
|