JinwangMok commited on
Commit
873f88a
·
verified ·
1 Parent(s): e1596df

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import gradio as gr
2
 
3
- def respond(message):
4
  content = "앵무새: " + message
5
  response = ""
6
  for token in content:
 
1
  import gradio as gr
2
 
3
+ def respond(message, _):
4
  content = "앵무새: " + message
5
  response = ""
6
  for token in content: