Gilvan commited on
Commit
25fc3a5
·
verified ·
1 Parent(s): f3cc897

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -87,7 +87,7 @@ def inference_image_pipe(image_input):
87
  return text
88
 
89
  with gr.Interface(fn=inference_image_pipe,
90
- inputs=gr.Image(height=256, width=256)),
91
  outputs="text",
92
  examples=["3212210S4492629-1.png", "3216497S4499373-1.png"]) as demo:
93
  gr.Markdown("POC XRaySwinGen - Automatic Medical Report")
 
87
  return text
88
 
89
  with gr.Interface(fn=inference_image_pipe,
90
+ inputs=gr.Image(height=256, width=256),
91
  outputs="text",
92
  examples=["3212210S4492629-1.png", "3216497S4499373-1.png"]) as demo:
93
  gr.Markdown("POC XRaySwinGen - Automatic Medical Report")