Spaces:
Sleeping
Sleeping
fenglinliu
commited on
Commit
•
db3243e
1
Parent(s):
b9fb8aa
Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,8 @@ iface = gr.Interface(
|
|
114 |
inputs=gr.Image(), # Define input shape as needed
|
115 |
outputs="text",
|
116 |
title="PromptNet",
|
117 |
-
description="Upload a medical image for thorax disease reporting."
|
|
|
118 |
)
|
119 |
|
120 |
if __name__ == "__main__":
|
|
|
114 |
inputs=gr.Image(), # Define input shape as needed
|
115 |
outputs="text",
|
116 |
title="PromptNet",
|
117 |
+
description="Upload a medical image for thorax disease reporting.",
|
118 |
+
examples=[["example_figs/0.png"], ["example_figs/1.png"], ["example_figs/2.png"]]
|
119 |
)
|
120 |
|
121 |
if __name__ == "__main__":
|