File size: 298 Bytes
005418e 3d8341c 005418e 121cc41 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
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() |