zumat commited on
Commit
7bd9a9f
·
verified ·
1 Parent(s): e2f0a3e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -8,6 +8,8 @@ import threading
8
  from threading import Event
9
  import gradio as gr
10
 
 
 
11
  ninoToken = os.getenv('ninoToken')
12
 
13
  # Initialize the bot with the intents
 
8
  from threading import Event
9
  import gradio as gr
10
 
11
+ event = Event()
12
+
13
  ninoToken = os.getenv('ninoToken')
14
 
15
  # Initialize the bot with the intents