Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,9 +26,7 @@ with demo:
|
|
26 |
Start typing below to see the output.
|
27 |
""")
|
28 |
inp = gr.Textbox(placeholder="Enter a statement to complete")
|
29 |
-
|
30 |
-
["gpt2large", "gptNeo", "gpt6b"], label="What transformer model?"
|
31 |
-
)
|
32 |
out1 = gr.Textbox()
|
33 |
out2 = gr.Textbox()
|
34 |
out3 = gr.Textbox()
|
|
|
26 |
Start typing below to see the output.
|
27 |
""")
|
28 |
inp = gr.Textbox(placeholder="Enter a statement to complete")
|
29 |
+
|
|
|
|
|
30 |
out1 = gr.Textbox()
|
31 |
out2 = gr.Textbox()
|
32 |
out3 = gr.Textbox()
|