Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ with gr.Blocks() as demo:
|
|
66 |
compare_btn.click(
|
67 |
compute_similarity,
|
68 |
inputs=[
|
69 |
-
|
70 |
-
|
71 |
type1,
|
72 |
type2
|
73 |
],
|
|
|
66 |
compare_btn.click(
|
67 |
compute_similarity,
|
68 |
inputs=[
|
69 |
+
input1,
|
70 |
+
input2,
|
71 |
type1,
|
72 |
type2
|
73 |
],
|