testmodel / app.py
hamdan07's picture
Update app.py
3d8341c
raw
history blame
298 Bytes
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()