Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -15,6 +15,10 @@ import streamlit as st
|
|
15 |
from huggingface_hub import AsyncInferenceClient, login
|
16 |
import time
|
17 |
import os
|
|
|
|
|
|
|
|
|
18 |
|
19 |
launch_time = datetime.datetime.utcnow()
|
20 |
|
|
|
15 |
from huggingface_hub import AsyncInferenceClient, login
|
16 |
import time
|
17 |
import os
|
18 |
+
from discord import app_commands
|
19 |
+
import requests
|
20 |
+
from discord.ext.commands import is_owner, Context, has_permissions
|
21 |
+
from typing import Optional
|
22 |
|
23 |
launch_time = datetime.datetime.utcnow()
|
24 |
|