glucosedao_gpu / app.py
Livia_Zaharia
renamed app
18cf2cb
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()