Spaces:
Running
Running
Update
Browse files
app.py
CHANGED
@@ -29,7 +29,9 @@ from model.encoder.psp import pSp
|
|
29 |
|
30 |
ORIGINAL_REPO_URL = 'https://github.com/williamyang1991/DualStyleGAN'
|
31 |
TITLE = 'williamyang1991/DualStyleGAN'
|
32 |
-
DESCRIPTION = f"""
|
|
|
|
|
33 |
|
34 |
You can select style images for each style type from the tables below.
|
35 |
The style image index should be in the following range:
|
|
|
29 |
|
30 |
ORIGINAL_REPO_URL = 'https://github.com/williamyang1991/DualStyleGAN'
|
31 |
TITLE = 'williamyang1991/DualStyleGAN'
|
32 |
+
DESCRIPTION = f"""This is a demo for {ORIGINAL_REPO_URL}.
|
33 |
+
|
34 |
+

|
35 |
|
36 |
You can select style images for each style type from the tables below.
|
37 |
The style image index should be in the following range:
|