Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -53,7 +53,7 @@ def chat(message, history):
|
|
| 53 |
with gr.Blocks() as demo:
|
| 54 |
gr.Markdown("## ⚡ Fast Phi-2 Chatbot (HF Free Tier)")
|
| 55 |
|
| 56 |
-
chatbot = gr.Chatbot(
|
| 57 |
msg = gr.Textbox(placeholder="Type something...")
|
| 58 |
clear = gr.Button("Clear")
|
| 59 |
|
|
|
|
| 53 |
with gr.Blocks() as demo:
|
| 54 |
gr.Markdown("## ⚡ Fast Phi-2 Chatbot (HF Free Tier)")
|
| 55 |
|
| 56 |
+
chatbot = gr.Chatbot()
|
| 57 |
msg = gr.Textbox(placeholder="Type something...")
|
| 58 |
clear = gr.Button("Clear")
|
| 59 |
|