glucosedao / main.py
Livia_Zaharia
added code for the first time
bacf16b
raw
history blame
140 Bytes
import gradio as gr
from tools import *
def gradio_output():
return (predict_glucose_tool())
gr.Interface(fn=gradio_output).launch()