awacke1 commited on
Commit
d2b5ffe
·
1 Parent(s): 7cab3f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,11 +70,11 @@ article = """
70
 
71
  """
72
 
73
- examples=[['i01.jpeg'], ['i02.jpeg'], ['i03.jpeg'], ['i04.jpeg'], ['i05.jpeg'], ['i06.jpeg'], ['i07.jpeg'], ['i08.jpeg'], ['i09.jpeg'], ['i10.jpeg']]
74
 
75
  iface = gr.Interface(
76
  nogan,
77
- gr.inputs.Image(type="pil", shape=(1024, 1024)),
78
  gr.outputs.Image(type="pil"),
79
  title=title,
80
  description=description,
 
70
 
71
  """
72
 
73
+ examples=[['1f_hires.jpeg'], ['2f_hires.jpeg'], ['3f_hires.jpeg'], ['1m_hires.jpeg'], ['2m_hires.jpeg'], ['3m_hires.jpeg']]
74
 
75
  iface = gr.Interface(
76
  nogan,
77
+ gr.inputs.Image(type="pil", shape=(2048, 2048)),
78
  gr.outputs.Image(type="pil"),
79
  title=title,
80
  description=description,