Geraldine commited on
Commit
bef70c2
·
verified ·
1 Parent(s): e9595c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -7
app.py CHANGED
@@ -41,7 +41,6 @@ dict_hg_tasks = {
41
  "Text-to-Speech (choose model)":"text_to_speech",
42
  "Image Classification":"image_classification",
43
  "Image Segmentation":"image_segmentation",
44
- "Image-to-Text":"image_to_text",
45
  "Object Detection":"object_detection",
46
  "Text-to-Image":"text_to_image",
47
  "Visual Question Answering":"visual_question_answering",
@@ -80,12 +79,6 @@ dict_hg_tasks_params = {
80
  "prompt": False,
81
  "context": False
82
  },
83
- "image_to_text": {
84
- "input": "upload,url",
85
- "output": "image,text",
86
- "prompt": False,
87
- "context": False
88
- },
89
  "object_detection": {
90
  "input": "upload,url",
91
  "output": "image,text",
 
41
  "Text-to-Speech (choose model)":"text_to_speech",
42
  "Image Classification":"image_classification",
43
  "Image Segmentation":"image_segmentation",
 
44
  "Object Detection":"object_detection",
45
  "Text-to-Image":"text_to_image",
46
  "Visual Question Answering":"visual_question_answering",
 
79
  "prompt": False,
80
  "context": False
81
  },
 
 
 
 
 
 
82
  "object_detection": {
83
  "input": "upload,url",
84
  "output": "image,text",