awacke1 commited on
Commit
d12cd53
·
1 Parent(s): 5f674cc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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
- radio = gr.Radio(
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()