Update main.py
Browse files
main.py
CHANGED
@@ -10,7 +10,7 @@ app = FastAPI()
|
|
10 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
11 |
|
12 |
# Initialize the Gradio client with the token
|
13 |
-
client = Client("Makhinur/
|
14 |
|
15 |
|
16 |
|
|
|
10 |
HF_TOKEN = os.getenv("HF_TOKEN")
|
11 |
|
12 |
# Initialize the Gradio client with the token
|
13 |
+
client = Client("Makhinur/Bringingoldphotoliveagain", hf_token=HF_TOKEN)
|
14 |
|
15 |
|
16 |
|