Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
def echo(message, history)
|
4 |
return(message)
|
5 |
chatbot = gr.ChatInterface(echo)
|
6 |
chatbot.launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
def echo(message, history):
|
4 |
return(message)
|
5 |
chatbot = gr.ChatInterface(echo)
|
6 |
chatbot.launch()
|