joaogante HF staff commited on
Commit
29462dd
·
1 Parent(s): dddcb06

more problems

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. 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