Ahmed235 commited on
Commit
053f79a
·
verified ·
1 Parent(s): f169da1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -40,7 +40,7 @@ output_interface = "json"
40
  iface = gr.Interface(
41
  fn=predict_image,
42
  inputs=input_interface,
43
- outputs=output_interface)
44
 
45
  # Launch the interface
46
  iface.launch(share=True)
 
40
  iface = gr.Interface(
41
  fn=predict_image,
42
  inputs=input_interface,
43
+ outputs=gr.Textbox("output"))
44
 
45
  # Launch the interface
46
  iface.launch(share=True)