Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -24,8 +24,6 @@ def chatbot(input_text, chat_history):
|
|
24 |
|
25 |
iface = gr.ChatInterface(
|
26 |
fn=chatbot,
|
27 |
-
inputs=["text", "state"], # "state" will hold the chat history as a tensor list
|
28 |
-
outputs=["text", "state"],
|
29 |
title="DialoGPT Chatbot (Small)",
|
30 |
description="Simple chat application using microsoft/DialoGPT-small model. Try it out!",
|
31 |
examples=["Hello", "How are you?", "Tell me a joke"]
|
|
|
24 |
|
25 |
iface = gr.ChatInterface(
|
26 |
fn=chatbot,
|
|
|
|
|
27 |
title="DialoGPT Chatbot (Small)",
|
28 |
description="Simple chat application using microsoft/DialoGPT-small model. Try it out!",
|
29 |
examples=["Hello", "How are you?", "Tell me a joke"]
|