aheedsajid commited on
Commit
ca63769
1 Parent(s): 7588074

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
  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("sheikhed/face")
7
 
8
  # Function to generate and swap images
 
2
  from gradio_client import Client
3
 
4
  # Clients for image generation and swapping
5
+ image_generation_client = Client("ByteDance/SDXL-Lightning")
6
  image_swapping_client = Client("sheikhed/face")
7
 
8
  # Function to generate and swap images