Spaces:
Runtime error
Runtime error
Commit
·
910992a
1
Parent(s):
8e2e411
bug fix
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import pandas as pd
|
|
6 |
def update_task_options(framework):
|
7 |
config = {
|
8 |
"Custom":["Custom"],
|
9 |
-
"Diffusers":["
|
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",
|