Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,6 @@ chatbot=gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='BotBot Cabra Llam
|
|
109 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
110 |
|
111 |
gr.Markdown(DESCRIPTION)
|
112 |
-
gr.DuplicateButton(value="Duplicar espaço", elem_id="duplicate-button")
|
113 |
gr.ChatInterface(
|
114 |
fn=chat_llama3_8b,
|
115 |
chatbot=chatbot,
|
|
|
109 |
with gr.Blocks(fill_height=True, css=css) as demo:
|
110 |
|
111 |
gr.Markdown(DESCRIPTION)
|
|
|
112 |
gr.ChatInterface(
|
113 |
fn=chat_llama3_8b,
|
114 |
chatbot=chatbot,
|