Spaces:
Sleeping
Sleeping
Livia_Zaharia
commited on
Commit
·
7935ff0
1
Parent(s):
0d4efdb
added inputs and outputs
Browse files
app.py
CHANGED
@@ -5,4 +5,4 @@ from tools import *
|
|
5 |
def gradio_output():
|
6 |
return (predict_glucose_tool())
|
7 |
|
8 |
-
gr.Interface(fn=gradio_output).launch()
|
|
|
5 |
def gradio_output():
|
6 |
return (predict_glucose_tool())
|
7 |
|
8 |
+
gr.Interface(fn=gradio_output,inputs=None,outputs="image").launch()
|