Spaces:
Build error
Build error
Podtekatel
commited on
Commit
•
c974deb
1
Parent(s):
bb610db
Update info
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ logging.basicConfig(
|
|
16 |
datefmt='%Y-%m-%d %H:%M:%S')
|
17 |
|
18 |
MODEL_IMG_SIZE = 256
|
19 |
-
usage_count =
|
20 |
def load_model():
|
21 |
REPO_ID = "Podtekatel/ARCNEGAN"
|
22 |
FILENAME_OLD = "arcane_exp_203_ep_399.onnx"
|
@@ -62,7 +62,7 @@ def inference(img, ver):
|
|
62 |
|
63 |
|
64 |
title = "ARCNStyleTransfer"
|
65 |
-
description = "Gradio Demo for Arcane Season 1 style transfer. To use it, simply upload your image, or click one of the examples to load them."
|
66 |
article = "This is one of my successful experiments on style transfer. I've built my own pipeline, generator model and private dataset to train this model<br>" \
|
67 |
"" \
|
68 |
"" \
|
|
|
16 |
datefmt='%Y-%m-%d %H:%M:%S')
|
17 |
|
18 |
MODEL_IMG_SIZE = 256
|
19 |
+
usage_count = 35 # Based on hugging face logs
|
20 |
def load_model():
|
21 |
REPO_ID = "Podtekatel/ARCNEGAN"
|
22 |
FILENAME_OLD = "arcane_exp_203_ep_399.onnx"
|
|
|
62 |
|
63 |
|
64 |
title = "ARCNStyleTransfer"
|
65 |
+
description = "Gradio Demo for Arcane Season 1 style transfer. To use it, simply upload your image, or click one of the examples to load them. Press ❤️ if you like this space!"
|
66 |
article = "This is one of my successful experiments on style transfer. I've built my own pipeline, generator model and private dataset to train this model<br>" \
|
67 |
"" \
|
68 |
"" \
|