autonomous019 commited on
Commit
8d8bfdb
·
1 Parent(s): ff7eae9

again trying gradio parallel

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -103,8 +103,6 @@ img_info2 = gr.Interface(
103
  outputs=label,
104
  )
105
 
106
- gr.Interface([classify_image,self_caption], inputs=image, outputs=label, title=title, description=description, examples="", enable_queue=True).launch(debug=True)
107
-
108
  Parallel(
109
  img_info1,
110
  img_info2,
 
103
  outputs=label,
104
  )
105
 
 
 
106
  Parallel(
107
  img_info1,
108
  img_info2,