Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -308,7 +308,6 @@ with gr.Blocks() as demo:
|
|
308 |
upvote_btn_b.click(vote_down_model, inputs=[state, chatbot1, chatbot2], outputs=[chatbot1, chatbot2, upvote_btn_a, upvote_btn_b, textbox, submit_btn])
|
309 |
|
310 |
with gr.Tab("💬 Direct Chat"):
|
311 |
-
global state
|
312 |
gr.Markdown("## 🗣️ Chat directly with a model!")
|
313 |
|
314 |
with gr.Row():
|
|
|
308 |
upvote_btn_b.click(vote_down_model, inputs=[state, chatbot1, chatbot2], outputs=[chatbot1, chatbot2, upvote_btn_a, upvote_btn_b, textbox, submit_btn])
|
309 |
|
310 |
with gr.Tab("💬 Direct Chat"):
|
|
|
311 |
gr.Markdown("## 🗣️ Chat directly with a model!")
|
312 |
|
313 |
with gr.Row():
|