update
Browse files
main.py
CHANGED
@@ -161,7 +161,7 @@ def main():
|
|
161 |
[
|
162 |
"qgyd2021/lip_service_4chan", "qgyd2021/chinese_chitchat",
|
163 |
"qgyd2021/chinese_porn_novel", "qgyd2021/few_shot_intent",
|
164 |
-
"qgyd2021/similar_question_generation"
|
165 |
]
|
166 |
|
167 |
demo = gr.Interface(
|
|
|
161 |
[
|
162 |
"qgyd2021/lip_service_4chan", "qgyd2021/chinese_chitchat",
|
163 |
"qgyd2021/chinese_porn_novel", "qgyd2021/few_shot_intent",
|
164 |
+
"qgyd2021/similar_question_generation", "qgyd2021/few_shot_intent_gpt2"
|
165 |
]
|
166 |
|
167 |
demo = gr.Interface(
|