Spaces:
Sleeping
Sleeping
mohammadjaf61-ops commited on
Commit ·
45495af
1
Parent(s): ff0a7ca
Fix: remove deprecated enable_queue parameter
Browse files
app.py
CHANGED
|
@@ -50,4 +50,4 @@ with gr.Blocks(title="Bayan Usuli BERT API") as demo:
|
|
| 50 |
sim_output = gr.JSON(label="Result")
|
| 51 |
sim_btn.click(compute_similarity, inputs=[text1, text2], outputs=sim_output)
|
| 52 |
|
| 53 |
-
demo.launch(
|
|
|
|
| 50 |
sim_output = gr.JSON(label="Result")
|
| 51 |
sim_btn.click(compute_similarity, inputs=[text1, text2], outputs=sim_output)
|
| 52 |
|
| 53 |
+
demo.launch()
|