Podtekatel commited on
Commit
24cab13
1 Parent(s): 8b21fe0

Update description and usage count

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 = 0
20
  def load_model():
21
  REPO_ID = "Podtekatel/JJBAGAN"
22
  FILENAME = "198_jjba_8_k_2_099_ep.onnx"
@@ -47,7 +47,7 @@ def inference(img):
47
 
48
 
49
  title = "JJStyleTransfer"
50
- description = "Gradio Demo for JoJo Bizzare Adventures style transfer. To use it, simply upload your image, or click one of the examples to load them."
51
  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>" \
52
  "" \
53
  "" \
 
16
  datefmt='%Y-%m-%d %H:%M:%S')
17
 
18
  MODEL_IMG_SIZE = 256
19
+ usage_count = 35
20
  def load_model():
21
  REPO_ID = "Podtekatel/JJBAGAN"
22
  FILENAME = "198_jjba_8_k_2_099_ep.onnx"
 
47
 
48
 
49
  title = "JJStyleTransfer"
50
+ description = "Gradio Demo for JoJo Bizzare Adventures style transfer. To use it, simply upload your image, or click one of the examples to load them. Press ❤️ if you like this space!"
51
  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>" \
52
  "" \
53
  "" \