Makhinur commited on
Commit
f114b05
·
verified ·
1 Parent(s): e7f17d1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -0
main.py CHANGED
@@ -16,6 +16,7 @@ app.add_middleware(
16
  allow_methods=["*"],
17
  allow_headers=["*"],
18
  )
 
19
  HF_TOKEN = os.getenv("HF_TOKEN")
20
 
21
  # Initialize the Gradio client with the token
 
16
  allow_methods=["*"],
17
  allow_headers=["*"],
18
  )
19
+
20
  HF_TOKEN = os.getenv("HF_TOKEN")
21
 
22
  # Initialize the Gradio client with the token