lunarflu HF staff commited on
Commit
042175b
1 Parent(s): 423608d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ async def run_bot():
178
  bot.run(DISCORD_TOKEN)
179
  def start_bot_thread():
180
  asyncio.run(run_bot())
181
- threading.Thread(target=start_bpt_thread).start()
182
  def greet(name):
183
  return "Hello " + name + "!"
184
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")
 
178
  bot.run(DISCORD_TOKEN)
179
  def start_bot_thread():
180
  asyncio.run(run_bot())
181
+ threading.Thread(target=start_bot_thread).start()
182
  def greet(name):
183
  return "Hello " + name + "!"
184
  demo = gr.Interface(fn=greet, inputs="text", outputs="text")