wb-droid commited on
Commit
798c668
·
1 Parent(s): e9d1a14
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ API_TOKEN = os.environ.get('HUGGINGFACE_API_KEY')
8
  HF_API_KEY = API_TOKEN
9
 
10
  TOKEN = os.environ.get('TELEGRAM_BOT_TOKEN')
11
- #BASE_URL = f"https://api.telegram.org/bot{TOKEN}"
12
- BASE_URL = f"https://149.154.167.220/bot{TOKEN}"
13
 
14
  CUSTOM_PATH = "/gradio"
15
  app = FastAPI()
 
8
  HF_API_KEY = API_TOKEN
9
 
10
  TOKEN = os.environ.get('TELEGRAM_BOT_TOKEN')
11
+ BASE_URL = f"https://api.telegram.org/bot{TOKEN}"
12
+ #BASE_URL = f"https://149.154.167.220/bot{TOKEN}"
13
 
14
  CUSTOM_PATH = "/gradio"
15
  app = FastAPI()