Livia_Zaharia commited on
Commit
7935ff0
·
1 Parent(s): 0d4efdb

added inputs and outputs

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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()