Spaces:
Runtime error
Runtime error
Commit
·
9bf2be7
1
Parent(s):
7e31d46
Update app.py
Browse files
app.py
CHANGED
@@ -14,8 +14,5 @@ with gr.Blocks(css=".gradio-container { background-color: white; background-imag
|
|
14 |
with gr.Row():
|
15 |
label = gr.Label()
|
16 |
btn.click(fn=compare_text, inputs=[source,target], outputs=[label])
|
17 |
-
[source, target],
|
18 |
-
fn=compare_text
|
19 |
-
)
|
20 |
|
21 |
demo.launch(debug=True)
|
|
|
14 |
with gr.Row():
|
15 |
label = gr.Label()
|
16 |
btn.click(fn=compare_text, inputs=[source,target], outputs=[label])
|
|
|
|
|
|
|
17 |
|
18 |
demo.launch(debug=True)
|