Arkm20 commited on
Commit
f54f7e9
·
verified ·
1 Parent(s): a74bbf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ from deep_translator import GoogleTranslator
9
  import json
10
 
11
 
 
12
  API_TOKEN = os.getenv("HF_READ_TOKEN")
13
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
14
  timeout = 100
 
9
  import json
10
 
11
 
12
+
13
  API_TOKEN = os.getenv("HF_READ_TOKEN")
14
  headers = {"Authorization": f"Bearer {API_TOKEN}"}
15
  timeout = 100