meghanaraok commited on
Commit
167898a
1 Parent(s): 0c66a2a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=800)
 
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)