Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,7 @@ from huggingface_hub import InferenceClient, login
|
|
13 |
import time
|
14 |
import os
|
15 |
|
|
|
16 |
|
17 |
ph = st.empty()
|
18 |
|
@@ -86,8 +87,6 @@ intents.message_content = True
|
|
86 |
|
87 |
client = discord.Client(intents=intents)
|
88 |
|
89 |
-
launch_time = datetime.datetime.utcnow()
|
90 |
-
|
91 |
@client.event
|
92 |
async def on_ready():
|
93 |
if clone:
|
|
|
13 |
import time
|
14 |
import os
|
15 |
|
16 |
+
launch_time = datetime.datetime.utcnow()
|
17 |
|
18 |
ph = st.empty()
|
19 |
|
|
|
87 |
|
88 |
client = discord.Client(intents=intents)
|
89 |
|
|
|
|
|
90 |
@client.event
|
91 |
async def on_ready():
|
92 |
if clone:
|