[update]add code
Browse files
main.py
CHANGED
|
@@ -115,7 +115,7 @@ def main():
|
|
| 115 |
],
|
| 116 |
cache_examples=False,
|
| 117 |
examples_per_page=50,
|
| 118 |
-
title="
|
| 119 |
description=description,
|
| 120 |
)
|
| 121 |
demo.queue().launch()
|
|
|
|
| 115 |
],
|
| 116 |
cache_examples=False,
|
| 117 |
examples_per_page=50,
|
| 118 |
+
title="GPT2 Chat",
|
| 119 |
description=description,
|
| 120 |
)
|
| 121 |
demo.queue().launch()
|