Yatsuiii commited on
Commit
4ef1a17
·
verified ·
1 Parent(s): 8cc66be

Upload app.py with huggingface_hub

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -194,8 +194,8 @@ Fine-tuned **Qwen2.5-7B-Instruct** clinical report generation running on **AMD I
194
  )
195
 
196
  with gr.Row():
197
- gcn_out = gr.Textbox(label="GCN Prediction", lines=10, show_copy_button=True)
198
- report_out = gr.Textbox(label="Clinical Report", lines=20, show_copy_button=True)
199
 
200
  file_input.change(fn=run_gcn, inputs=file_input, outputs=[gcn_out, report_out])
201
 
 
194
  )
195
 
196
  with gr.Row():
197
+ gcn_out = gr.Textbox(label="GCN Prediction", lines=10)
198
+ report_out = gr.Textbox(label="Clinical Report", lines=20)
199
 
200
  file_input.change(fn=run_gcn, inputs=file_input, outputs=[gcn_out, report_out])
201