Spaces:
Runtime error
Runtime error
Commit
·
a501843
1
Parent(s):
e328ae9
Update app.py
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def semantic(company_1, company_2):
|
|
32 |
return "{:.4f}".format(pair['score'])
|
33 |
|
34 |
company_1 = "Growth Capital Acquisition Corp"
|
35 |
-
company_2 = "Growth Capital Acquisition Corp III"
|
36 |
|
37 |
title = 'sentences_semantic'
|
38 |
gr.Interface(semantic,inputs=[gr.inputs.Textbox(lines=1, default=company_1, label="Company_1"), gr.inputs.Textbox(lines=1, default=company_2, label="Company_2")],
|
|
|
32 |
return "{:.4f}".format(pair['score'])
|
33 |
|
34 |
company_1 = "Growth Capital Acquisition Corp"
|
35 |
+
company_2 = None # "Growth Capital Acquisition Corp III"
|
36 |
|
37 |
title = 'sentences_semantic'
|
38 |
gr.Interface(semantic,inputs=[gr.inputs.Textbox(lines=1, default=company_1, label="Company_1"), gr.inputs.Textbox(lines=1, default=company_2, label="Company_2")],
|