Spaces:
Running
Running
meghanaraok
commited on
Commit
•
167898a
1
Parent(s):
0c66a2a
Update app.py
Browse files
app.py
CHANGED
@@ -286,4 +286,4 @@ with gr.Blocks() as demo:
|
|
286 |
output = gr.HTML(label="ICD Codes")
|
287 |
predict_btn.click(fn = predict_icd, inputs=[text_input, model, label_count], outputs=[output])
|
288 |
|
289 |
-
demo.launch(debug= True, share=True, width=
|
|
|
286 |
output = gr.HTML(label="ICD Codes")
|
287 |
predict_btn.click(fn = predict_icd, inputs=[text_input, model, label_count], outputs=[output])
|
288 |
|
289 |
+
demo.launch(debug= True, share=True, width=600)
|