YannisK commited on
Commit
700c051
2 Parent(s): e9e9b48 06125bf
Files changed (4) hide show
  1. .gitattributes +1 -0
  2. app.py +3 -4
  3. areopoli1.jpeg +0 -0
  4. areopoli2.jpeg +3 -0
.gitattributes CHANGED
@@ -27,3 +27,4 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
27
  *.zstandard filter=lfs diff=lfs merge=lfs -text
28
  *tfevents* filter=lfs diff=lfs merge=lfs -text
29
  anafi2.jpeg filter=lfs diff=lfs merge=lfs -text
 
 
27
  *.zstandard filter=lfs diff=lfs merge=lfs -text
28
  *tfevents* filter=lfs diff=lfs merge=lfs -text
29
  anafi2.jpeg filter=lfs diff=lfs merge=lfs -text
30
+ areopoli2.jpeg filter=lfs diff=lfs merge=lfs -text
app.py CHANGED
@@ -182,8 +182,8 @@ iface = gr.Interface(
182
  gr.inputs.Slider(minimum=1, maximum=255, step=25, default=100, label="Binarization Threshold"),
183
  gr.inputs.Textbox(lines=1, default="", label="SF IDs to show (comma separated numbers from 0-255; typing 'rX' will return X random SFs", optional=True)],
184
  outputs=[
185
- "plot",
186
- "plot",
187
  gr.outputs.Textbox(label="SFs")],
188
  # outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
189
  title=title,
@@ -196,7 +196,6 @@ iface = gr.Interface(
196
  ["chateau_1.png", "chateau_2.png", 2, 100, '55,14,5,4,52,57,40,9'],
197
  ["anafi1.jpeg", "anafi2.jpeg", 4, 50, '99,100,142,213,236'],
198
  ["areopoli1.jpeg", "areopoli2.jpeg", 4, 50, '99,100,142,213,236'],
199
-
200
- ],
201
  )
202
  iface.launch(enable_queue=True)
 
182
  gr.inputs.Slider(minimum=1, maximum=255, step=25, default=100, label="Binarization Threshold"),
183
  gr.inputs.Textbox(lines=1, default="", label="SF IDs to show (comma separated numbers from 0-255; typing 'rX' will return X random SFs", optional=True)],
184
  outputs=[
185
+ gr.outputs.Image(type="plot", label="First Image SFs"),
186
+ gr.outputs.Image(type="plot", label="Second Image SFs"),
187
  gr.outputs.Textbox(label="SFs")],
188
  # outputs=gr.outputs.Image(shape=(1024,2048), type="plot"),
189
  title=title,
 
196
  ["chateau_1.png", "chateau_2.png", 2, 100, '55,14,5,4,52,57,40,9'],
197
  ["anafi1.jpeg", "anafi2.jpeg", 4, 50, '99,100,142,213,236'],
198
  ["areopoli1.jpeg", "areopoli2.jpeg", 4, 50, '99,100,142,213,236'],
199
+ ]
 
200
  )
201
  iface.launch(enable_queue=True)
areopoli1.jpeg ADDED
areopoli2.jpeg ADDED

Git LFS Details

  • SHA256: 787d859e4d2082ddaa619f8463d5131b54e0cd4b76fa5e589e0290f9e4e4ce5b
  • Pointer size: 132 Bytes
  • Size of remote file: 1.23 MB