Makhinur commited on
Commit
3a9b3a9
·
verified ·
1 Parent(s): 1cf3818

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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/Image_Face_Upscale_Restoration-GFPGAN", hf_token=HF_TOKEN)
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