Spaces:
Runtime error
Runtime error
Luis Oala
commited on
Commit
·
b936af7
1
Parent(s):
9e2f3da
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ def inference(text, seed):
|
|
37 |
|
38 |
gr.Interface(
|
39 |
inference,
|
40 |
-
[gr.inputs.Radio(choices=["trustworthy artificial intelligence"], label="input"), gr.inputs.Slider(minimum=0., maximum=1000.,
|
41 |
#,gr.inputs.Dropdown(choices=["distilgpt2","gpt2-medium","gpt2-large","gpt2-xl"], type="value", default="gpt2-medium", label="model")],
|
42 |
gr.outputs.Textbox(label="gpt-2 proposal"),
|
43 |
#title=title,
|
|
|
37 |
|
38 |
gr.Interface(
|
39 |
inference,
|
40 |
+
[gr.inputs.Radio(choices=["trustworthy artificial intelligence"], label="input"), gr.inputs.Slider(minimum=0., maximum=1000.,label="seed")],
|
41 |
#,gr.inputs.Dropdown(choices=["distilgpt2","gpt2-medium","gpt2-large","gpt2-xl"], type="value", default="gpt2-medium", label="model")],
|
42 |
gr.outputs.Textbox(label="gpt-2 proposal"),
|
43 |
#title=title,
|