Spaces:
Sleeping
Sleeping
File size: 140 Bytes
bacf16b |
1 2 3 4 5 6 7 8 9 |
import gradio as gr
from tools import *
def gradio_output():
return (predict_glucose_tool())
gr.Interface(fn=gradio_output).launch()
|