Spaces:
Running
Running
Arrcttacsrks
commited on
Commit
•
d4d5c17
1
Parent(s):
ac165b2
Update app.py
Browse files
app.py
CHANGED
@@ -203,14 +203,12 @@ def create_interface():
|
|
203 |
# Gradio interface setup
|
204 |
title = "Face - Интегратор"
|
205 |
description = r"""
|
206 |
-
The application will save the image history to Hugging Face dataset using the environment variable token.
|
207 |
Please upload source and target images to begin the face swap process.
|
208 |
"""
|
209 |
article = r"""
|
210 |
<div style="text-align: center; max-width: 650px; margin: 40px auto;">
|
211 |
<p>
|
212 |
This tool performs face swapping with optional enhancement.
|
213 |
-
The processed images are automatically saved to the Hugging Face dataset.
|
214 |
</p>
|
215 |
</div>
|
216 |
"""
|
|
|
203 |
# Gradio interface setup
|
204 |
title = "Face - Интегратор"
|
205 |
description = r"""
|
|
|
206 |
Please upload source and target images to begin the face swap process.
|
207 |
"""
|
208 |
article = r"""
|
209 |
<div style="text-align: center; max-width: 650px; margin: 40px auto;">
|
210 |
<p>
|
211 |
This tool performs face swapping with optional enhancement.
|
|
|
212 |
</p>
|
213 |
</div>
|
214 |
"""
|