DmitrMakeev commited on
Commit
b702f94
·
1 Parent(s): 9154500

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,8 +20,7 @@ def inference(img, ver):
20
  return out
21
  title = "AnimeGANv2"
22
  description = "Gradio Demo for AnimeGanv2 Face Portrait. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Please use a cropped portrait picture for best results similar to the examples below."
23
- article = "
24
- "
25
  # Создание интерфейса Gradio с четырьмя вариантами настроек
26
  gr.Interface(inference,
27
  [gr.inputs.Image(type="pil"),
 
20
  return out
21
  title = "AnimeGANv2"
22
  description = "Gradio Demo for AnimeGanv2 Face Portrait. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Please use a cropped portrait picture for best results similar to the examples below."
23
+ article = ""
 
24
  # Создание интерфейса Gradio с четырьмя вариантами настроек
25
  gr.Interface(inference,
26
  [gr.inputs.Image(type="pil"),