kimjy0411 commited on
Commit
6054cd2
1 Parent(s): bc48784

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -43
app.py CHANGED
@@ -1,45 +1,3 @@
1
- Hugging Face's logo
2
- Hugging Face
3
- Search models, datasets, users...
4
- Models
5
- Datasets
6
- Spaces
7
- Posts
8
- Docs
9
- Solutions
10
- Pricing
11
-
12
-
13
-
14
- Hugging Face is way more fun with friends and colleagues! 🤗 Join an organization
15
- Spaces:
16
-
17
- ZJYang
18
- /
19
- AniPortrait_official
20
-
21
-
22
- like
23
- 149
24
- App
25
- Files
26
- Community
27
- 2
28
- AniPortrait_official
29
- /
30
- app.py
31
-
32
- zejunyang
33
- last push
34
- 9600e7d
35
- about 2 months ago
36
- raw
37
- history
38
- blame
39
- contribute
40
- delete
41
- No virus
42
- 17 kB
43
  import gradio as gr
44
  import os
45
  import shutil
@@ -488,4 +446,3 @@ with gr.Blocks() as demo:
488
  )
489
 
490
  demo.launch()
491
-
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import gradio as gr
2
  import os
3
  import shutil
 
446
  )
447
 
448
  demo.launch()