Spaces:
Runtime error
Runtime error
delete "Duplicate Space for private use"
Browse files
app.py
CHANGED
@@ -108,7 +108,6 @@ chatbot = gr.Chatbot(height=450, placeholder=PLACEHOLDER, label='Gradio ChatInte
|
|
108 |
|
109 |
with gr.Blocks(css=css) as demo:
|
110 |
gr.Markdown(DESCRIPTION)
|
111 |
-
gr.DuplicateButton(value="Duplicate Space for private use", elem_id="duplicate-button")
|
112 |
gr.ChatInterface(
|
113 |
fn=query_model,
|
114 |
chatbot=chatbot,
|
|
|
108 |
|
109 |
with gr.Blocks(css=css) as demo:
|
110 |
gr.Markdown(DESCRIPTION)
|
|
|
111 |
gr.ChatInterface(
|
112 |
fn=query_model,
|
113 |
chatbot=chatbot,
|