Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|