hmb HF staff commited on
Commit
3b69cbd
1 Parent(s): 630ca3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
 
4
  def echo(message, history):
5
- return message["text"]
6
 
7
 
8
  DESCRIPTION = """
 
2
 
3
 
4
  def echo(message, history):
5
+ return message
6
 
7
 
8
  DESCRIPTION = """