eduardo-alvarez
commited on
Commit
β’
45a5cfd
1
Parent(s):
13b89e4
Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,6 @@ with demo:
|
|
102 |
outputs=chatbot
|
103 |
)
|
104 |
|
105 |
-
_interface.queue()
|
106 |
-
chat_interface.launch()
|
107 |
|
108 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
109 |
with gr.TabItem("π LLM Leadeboard", elem_id="llm-benchmark-table", id=0):
|
@@ -259,5 +257,5 @@ with demo:
|
|
259 |
gr.Markdown("""<div style="display: flex; justify-content: center;"> <p> Intel, the Intel logo and Gaudi are trademarks of Intel Corporation or its subsidiaries.
|
260 |
*Other names and brands may be claimed as the property of others.
|
261 |
</p> </div>""")
|
262 |
-
|
263 |
demo.launch(share=False)
|
|
|
102 |
outputs=chatbot
|
103 |
)
|
104 |
|
|
|
|
|
105 |
|
106 |
with gr.Tabs(elem_classes="tab-buttons") as tabs:
|
107 |
with gr.TabItem("π LLM Leadeboard", elem_id="llm-benchmark-table", id=0):
|
|
|
257 |
gr.Markdown("""<div style="display: flex; justify-content: center;"> <p> Intel, the Intel logo and Gaudi are trademarks of Intel Corporation or its subsidiaries.
|
258 |
*Other names and brands may be claimed as the property of others.
|
259 |
</p> </div>""")
|
260 |
+
demo.queue()
|
261 |
demo.launch(share=False)
|