Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def text_generation(input_text, seed):
|
|
| 12 |
generated_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
|
| 13 |
return generated_text
|
| 14 |
|
| 15 |
-
title = "Text Generator Demo"
|
| 16 |
description = "Text Generator Application by ecarbo"
|
| 17 |
|
| 18 |
gr.Interface(
|
|
|
|
| 12 |
generated_text = tokenizer.batch_decode(outputs, skip_special_tokens=True)
|
| 13 |
return generated_text
|
| 14 |
|
| 15 |
+
title = "Text Generator Demo GPT2"
|
| 16 |
description = "Text Generator Application by ecarbo"
|
| 17 |
|
| 18 |
gr.Interface(
|