Spaces:
Running
Running
Update app.py
Browse files
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(
|
|
|
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()
|