benjaminStreltzin commited on
Commit
174252c
·
verified ·
1 Parent(s): 58ebb93

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def predict(image: Image.Image):
12
 
13
 
14
  # Define the Gradio interface
15
- gr.Interface(
16
  fn=predict,
17
  inputs=gr.Image(type="pil"),
18
  outputs=[gr.Textbox(), gr.Textbox()],
 
12
 
13
 
14
  # Define the Gradio interface
15
+ demo = gr.Interface(
16
  fn=predict,
17
  inputs=gr.Image(type="pil"),
18
  outputs=[gr.Textbox(), gr.Textbox()],