aheedsajid commited on
Commit
1dae244
1 Parent(s): 6bcb818

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from gradio_client import Client
3
 
4
  # Clients for image generation and swapping
5
  image_generation_client = Client("AP123/SDXL-Lightning")
6
- image_swapping_client = Client("aheedsajid/test")
7
 
8
  # Function to generate and swap images
9
  def generate_and_swap_image(prompt, source_image):
 
3
 
4
  # Clients for image generation and swapping
5
  image_generation_client = Client("AP123/SDXL-Lightning")
6
+ image_swapping_client = Client("sheikhed/face")
7
 
8
  # Function to generate and swap images
9
  def generate_and_swap_image(prompt, source_image):