Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -50,7 +50,7 @@ async def main():
|
|
| 50 |
)
|
| 51 |
async def echo(ctx,*,input_text):
|
| 52 |
try:
|
| 53 |
-
|
| 54 |
# 调用 Gradio 应用 API
|
| 55 |
result = client.predict(
|
| 56 |
message=input_text,
|
|
|
|
| 50 |
)
|
| 51 |
async def echo(ctx,*,input_text):
|
| 52 |
try:
|
| 53 |
+
await message.channel.send("toto")
|
| 54 |
# 调用 Gradio 应用 API
|
| 55 |
result = client.predict(
|
| 56 |
message=input_text,
|