import gradio as gr | |
import tensorflow as tf | |
title = "Covid 19 Prediction App using X-ray Images" | |
head = ( | |
"<center>" | |
"Upload an X-ray image to check for covid19. The app is for research purposes and not clinically authorized" | |
"</center>" | |
) | |
gr.Interface.load("models/swww/test").launch() |