JacopoMangiavacchi
commited on
Commit
·
af93fd7
1
Parent(s):
918e666
gradio HF demo
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ def nogan(input_img):
|
|
64 |
|
65 |
title = "ToonClip Comics Hero Demo"
|
66 |
description = """
|
67 |
-
Gradio demo for ToonClip, a UNet++ network with MobileNet v3 backbone optimized for mobile frameworks and trained with VGG Perceptual Feature Loss
|
68 |
To use it, simply upload an image with a face or choose an example from the list below.
|
69 |
"""
|
70 |
article = """
|
|
|
64 |
|
65 |
title = "ToonClip Comics Hero Demo"
|
66 |
description = """
|
67 |
+
Gradio demo for ToonClip, a UNet++ network with MobileNet v3 backbone optimized for mobile frameworks and trained with VGG Perceptual Feature Loss using PyTorch Lighting.
|
68 |
To use it, simply upload an image with a face or choose an example from the list below.
|
69 |
"""
|
70 |
article = """
|