Upload app.py with huggingface_hub
Browse files
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
|
| 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 |
|
|
|
|
| 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 |
|