kargaranamir commited on
Commit
b53e56f
1 Parent(s): 9d5e3f5

comment examples

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -43,7 +43,7 @@ def inference(img, template, angel):
43
  title = 'Color Harmonization'
44
  description = 'Compute Color Harmonization with Different Templates'
45
  article = "<p style='text-align: center'></p>"
46
- examples = [['wikipedia.org_website.png'], ['aalto.fi_website.png']]
47
  # css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
48
 
49
  gr.Interface(
@@ -59,6 +59,6 @@ gr.Interface(
59
  title=title,
60
  description=description,
61
  article=article,
62
- examples=examples,
63
  # css=css,
64
  ).launch(debug=True, enable_queue=True)
 
43
  title = 'Color Harmonization'
44
  description = 'Compute Color Harmonization with Different Templates'
45
  article = "<p style='text-align: center'></p>"
46
+ # examples = [['wikipedia.org_website.png'], ['aalto.fi_website.png']]
47
  # css = ".output_image, .input_image {height: 40rem !important; width: 100% !important;}"
48
 
49
  gr.Interface(
 
59
  title=title,
60
  description=description,
61
  article=article,
62
+ # examples=examples,
63
  # css=css,
64
  ).launch(debug=True, enable_queue=True)