Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ demo = gr.Interface(
|
|
69 |
[
|
70 |
gr.Textbox(
|
71 |
label="Medical Report",
|
72 |
-
info="You
|
73 |
lines=20,
|
74 |
value=" ",
|
75 |
),
|
|
|
69 |
[
|
70 |
gr.Textbox(
|
71 |
label="Medical Report",
|
72 |
+
info="You may put radiology medical report. Each sentence should be seperate with period mark.",
|
73 |
lines=20,
|
74 |
value=" ",
|
75 |
),
|