Spaces:
Runtime error
Runtime error
IC4T commited on
Commit ·
c244053
1
Parent(s): 094410c
commit
Browse files
app.py
CHANGED
|
@@ -258,8 +258,8 @@ with gr.Blocks(
|
|
| 258 |
with gr.Column():
|
| 259 |
clear_btn = gr.Button(value="🗑️ Clear history")
|
| 260 |
|
| 261 |
-
with gr.Column():
|
| 262 |
-
|
| 263 |
|
| 264 |
question.submit(
|
| 265 |
predict,
|
|
@@ -289,4 +289,5 @@ with gr.Blocks(
|
|
| 289 |
#demo.launch(server_name=args.server_name, server_port=args.server_port, share=args.share, debug=args.debug)
|
| 290 |
# demo.queue(concurrency_count=5).launch()
|
| 291 |
|
| 292 |
-
demo.
|
|
|
|
|
|
| 258 |
with gr.Column():
|
| 259 |
clear_btn = gr.Button(value="🗑️ Clear history")
|
| 260 |
|
| 261 |
+
# with gr.Column():
|
| 262 |
+
# gr.JSON(get_system_memory, every=1)
|
| 263 |
|
| 264 |
question.submit(
|
| 265 |
predict,
|
|
|
|
| 289 |
#demo.launch(server_name=args.server_name, server_port=args.server_port, share=args.share, debug=args.debug)
|
| 290 |
# demo.queue(concurrency_count=5).launch()
|
| 291 |
|
| 292 |
+
demo.launch(show_api=False, enable_queue=False)
|
| 293 |
+
|