Update app.py
Browse files
app.py
CHANGED
|
@@ -12,23 +12,7 @@ def send_to_model(id_image, makeup_image, guidance_scale):
|
|
| 12 |
|
| 13 |
if __name__ == "__main__":
|
| 14 |
with gr.Blocks() as demo:
|
| 15 |
-
|
| 16 |
-
"""
|
| 17 |
-
<h1 style="text-align: center; font-size: 32px; font-family: 'Times New Roman', Times, serif;">
|
| 18 |
-
Stable-Makeup: When Real-World Makeup Transfer Meets Diffusion Model
|
| 19 |
-
</h1>
|
| 20 |
-
<p style="text-align: center; font-size: 20px; font-family: 'Times New Roman', Times, serif;">
|
| 21 |
-
<a style="text-align: center; display:inline-block"
|
| 22 |
-
href="https://xiaojiu-z.github.io/Stable-Makeup.github.io/">
|
| 23 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/paper-page-sm.svg#center"
|
| 24 |
-
alt="Paper Page">
|
| 25 |
-
</a>
|
| 26 |
-
<a style="text-align: center; display:inline-block" href="https://huggingface.co/spaces/sky24h/Stable-Makeup-unofficial?duplicate=true">
|
| 27 |
-
<img src="https://huggingface.co/datasets/huggingface/badges/raw/main/duplicate-this-space-sm.svg#center" alt="Duplicate Space">
|
| 28 |
-
</a>
|
| 29 |
-
</p>
|
| 30 |
-
"""
|
| 31 |
-
)
|
| 32 |
gr.Interface(
|
| 33 |
fn=send_to_model,
|
| 34 |
inputs=[
|
|
|
|
| 12 |
|
| 13 |
if __name__ == "__main__":
|
| 14 |
with gr.Blocks() as demo:
|
| 15 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
gr.Interface(
|
| 17 |
fn=send_to_model,
|
| 18 |
inputs=[
|