junhyun01 commited on
Commit
29cd78b
1 Parent(s): 18d8c3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ demo = gr.Interface(
69
  [
70
  gr.Textbox(
71
  label="Medical Report",
72
- info="You can put any types of medical report",
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
  ),