Spaces:
Runtime error
Runtime error
more problems
Browse files- app.py +1 -1
- suggestions.py +0 -0
app.py
CHANGED
@@ -34,7 +34,7 @@ assert all(tag in HUB_TAGS for tag in TASK_TYPES.values())
|
|
34 |
# Dict with the problems considered in this spaces, {problem: space tag}
|
35 |
PROBLEMS = {
|
36 |
"I would like a ChatGPT-like model": "chatgpt",
|
37 |
-
""
|
38 |
"Speed! Make it faster 🚀": "faster",
|
39 |
"I would like to reduce model hallucinations": "hallucinations",
|
40 |
"I want to control the length of the output": "length",
|
|
|
34 |
# Dict with the problems considered in this spaces, {problem: space tag}
|
35 |
PROBLEMS = {
|
36 |
"I would like a ChatGPT-like model": "chatgpt",
|
37 |
+
"I want to improve the overall quality of the output": "quality",
|
38 |
"Speed! Make it faster 🚀": "faster",
|
39 |
"I would like to reduce model hallucinations": "hallucinations",
|
40 |
"I want to control the length of the output": "length",
|
suggestions.py
DELETED
File without changes
|