Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
98c17e1
1
Parent(s):
ca5e834
Update app.py
Browse files
app.py
CHANGED
@@ -36,5 +36,8 @@ gr.Interface(
|
|
36 |
[gr.inputs.Textbox(label="Input"),gr.inputs.Dropdown(choices=["gpt2-large","gpt2-medium","gpt2-xl"], type="value", default="gpt2-medium", label="model")
|
37 |
],
|
38 |
gr.outputs.Textbox(label="Output"),
|
39 |
-
examples=examples
|
|
|
|
|
|
|
40 |
|
|
|
36 |
[gr.inputs.Textbox(label="Input"),gr.inputs.Dropdown(choices=["gpt2-large","gpt2-medium","gpt2-xl"], type="value", default="gpt2-medium", label="model")
|
37 |
],
|
38 |
gr.outputs.Textbox(label="Output"),
|
39 |
+
examples=examples,
|
40 |
+
article=article,
|
41 |
+
title=title,
|
42 |
+
description=description).launch(enable_queue=True, cache_examples=True)
|
43 |
|