arxivgpt kim
commited on
Commit
•
d1de5d4
1
Parent(s):
934f3a0
Update app.py
Browse files
app.py
CHANGED
@@ -296,12 +296,7 @@ footer {
|
|
296 |
with gr.Blocks(css=css) as demo:
|
297 |
|
298 |
with gr.Column(elem_id="col-container"):
|
299 |
-
|
300 |
-
gr.HTML(f"""
|
301 |
-
<h2 style="text-align: center;">{demo_title}</h2>
|
302 |
-
<p style="text-align: center;">{description}</p>
|
303 |
-
""")
|
304 |
-
|
305 |
with gr.Row():
|
306 |
|
307 |
with gr.Column():
|
@@ -393,4 +388,4 @@ with gr.Blocks(css=css) as demo:
|
|
393 |
concurrency_limit = 4
|
394 |
)
|
395 |
|
396 |
-
demo.queue(max_size=16).launch(show_api=False)
|
|
|
296 |
with gr.Blocks(css=css) as demo:
|
297 |
|
298 |
with gr.Column(elem_id="col-container"):
|
299 |
+
|
|
|
|
|
|
|
|
|
|
|
300 |
with gr.Row():
|
301 |
|
302 |
with gr.Column():
|
|
|
388 |
concurrency_limit = 4
|
389 |
)
|
390 |
|
391 |
+
demo.queue(max_size=16).launch(show_api=False)
|