Spaces:
Running
Running
Commit
·
9fd33d0
1
Parent(s):
a6c71e9
Update app.py
Browse files
app.py
CHANGED
@@ -208,8 +208,7 @@ def main():
|
|
208 |
gr.Markdown('''
|
209 |
|
210 |
- Adjust **Style Degree**.
|
211 |
-
-
|
212 |
-
- For video, hit e **VToonify!** to toonify **Rescaled Video**.
|
213 |
- Estimated time on 1600x1440 video of 300 frames: 1 hour (CPU); 1.5 mins (GPU)
|
214 |
''')
|
215 |
style_degree = gr.Slider(0,
|
|
|
208 |
gr.Markdown('''
|
209 |
|
210 |
- Adjust **Style Degree**.
|
211 |
+
- Hit **Toonify!** to toonify one frame. Hit **VToonify!** to toonify full video.
|
|
|
212 |
- Estimated time on 1600x1440 video of 300 frames: 1 hour (CPU); 1.5 mins (GPU)
|
213 |
''')
|
214 |
style_degree = gr.Slider(0,
|