Update app.py
Browse files
app.py
CHANGED
|
@@ -152,4 +152,5 @@ with gr.Blocks(
|
|
| 152 |
btn_run.click(fn=get_data, inputs=[inp, top_k, score], outputs=out)
|
| 153 |
|
| 154 |
if __name__ == "__main__":
|
| 155 |
-
demo.
|
|
|
|
|
|
| 152 |
btn_run.click(fn=get_data, inputs=[inp, top_k, score], outputs=out)
|
| 153 |
|
| 154 |
if __name__ == "__main__":
|
| 155 |
+
demo.queue()
|
| 156 |
+
demo.launch(inbrowser = True)
|