Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|