Spaces:
Sleeping
Sleeping
alyxx commited on
Commit ·
575e223
1
Parent(s): ae81574
edit app.py
Browse files
app.py
CHANGED
|
@@ -22,6 +22,4 @@ gr.Interface(fn=fn_textgen,
|
|
| 22 |
examples=examples,
|
| 23 |
title="WildChat Text Generation",
|
| 24 |
description="Enter a prompt and watch WildChat generate a response!",
|
| 25 |
-
article='This model was trained on 20% only of the wildchat dataset')
|
| 26 |
-
|
| 27 |
-
gr.launch()
|
|
|
|
| 22 |
examples=examples,
|
| 23 |
title="WildChat Text Generation",
|
| 24 |
description="Enter a prompt and watch WildChat generate a response!",
|
| 25 |
+
article='This model was trained on 20% only of the wildchat dataset').launch()
|
|
|
|
|
|