Spaces:
Running
Running
UPDATE
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
|
|
6 |
from io import BytesIO
|
7 |
from fusion import Fusion
|
8 |
|
9 |
-
from telethon
|
10 |
|
11 |
API_ID = os.environ.get("API_ID")
|
12 |
API_HASH = os.environ.get("API_HASH")
|
|
|
6 |
from io import BytesIO
|
7 |
from fusion import Fusion
|
8 |
|
9 |
+
from telethon import TelegramClient, events, Button
|
10 |
|
11 |
API_ID = os.environ.get("API_ID")
|
12 |
API_HASH = os.environ.get("API_HASH")
|