Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -59,8 +59,8 @@ model = AutoModelForCausalLM.from_pretrained(model_name)
|
|
59 |
import gradio as gr
|
60 |
|
61 |
with gr.Blocks() as meena:
|
62 |
-
chatbot = gr.Chatbot()
|
63 |
-
msg = gr.Textbox()
|
64 |
clear = gr.Button("Clear")
|
65 |
def set(chat_history_ids1):
|
66 |
global chat_history_ids
|
|
|
59 |
import gradio as gr
|
60 |
|
61 |
with gr.Blocks() as meena:
|
62 |
+
chatbot = gr.Chatbot(label="Meena- A Multilingual Chatbot")
|
63 |
+
msg = gr.Textbox(label="You")
|
64 |
clear = gr.Button("Clear")
|
65 |
def set(chat_history_ids1):
|
66 |
global chat_history_ids
|