Spaces:
Runtime error
Runtime error
aheedsajid
commited on
Commit
•
ca63769
1
Parent(s):
7588074
Update app.py
Browse files
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("
|
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
|