Update main.py
Browse files
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
|