ahmedghani commited on
Commit
910992a
·
1 Parent(s): 8e2e411
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
6
  def update_task_options(framework):
7
  config = {
8
  "Custom":["Custom"],
9
- "Diffusers":["Text To Image"],
10
  "Transformers":[
11
  "text-classification",
12
  "zero-shot-classification",
 
6
  def update_task_options(framework):
7
  config = {
8
  "Custom":["Custom"],
9
+ "Diffusers":["text-to-image"],
10
  "Transformers":[
11
  "text-classification",
12
  "zero-shot-classification",