standarovskid commited on
Commit
c9a341c
·
verified ·
1 Parent(s): d21404e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ async def main():
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,
 
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,