santrox commited on
Commit
4fd3208
·
1 Parent(s): bb7b4da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,4 +6,4 @@ modelPneumonia = gr.Interface.load("huggingface/nickmuchi/vit-finetuned-chest-xr
6
  article = "<h4>This model is a fine-tuned version of google/vit-base-patch16-224-in21k on the chest-xray-pneumonia dataset </h4>"
7
  )
8
  modelPneumonia.close()
9
- modelPneumonia.launch(share=True)
 
6
  article = "<h4>This model is a fine-tuned version of google/vit-base-patch16-224-in21k on the chest-xray-pneumonia dataset </h4>"
7
  )
8
  modelPneumonia.close()
9
+ modelPneumonia.launch()