Spaces:
Sleeping
Sleeping
zhiweili
commited on
Commit
•
25fe679
1
Parent(s):
e99c825
add app_gfp
Browse files- .gitignore +3 -0
- app.py +1 -1
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.vscode
|
2 |
+
.DS_Store
|
3 |
+
__pycache__
|
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
from
|
4 |
|
5 |
with gr.Blocks(css="style.css") as demo:
|
6 |
with gr.Tabs():
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
from app_gfp import create_demo as create_demo_face
|
4 |
|
5 |
with gr.Blocks(css="style.css") as demo:
|
6 |
with gr.Tabs():
|