zarox commited on
Commit
91f3e87
·
verified ·
1 Parent(s): 2e66f24
Files changed (1) hide show
  1. app.py +1 -1
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.sync import TelegramClient, events, Button
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")