joaogante HF staff commited on
Commit
e589f54
·
1 Parent(s): cb89f67

playing around with gradio

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -32,7 +32,8 @@ with demo:
32
  gr.Dropdown(
33
  choices=["DistilGPT2", "GPT2", "OPT 1.3B", "GPTJ-6B", "T5 Small", "T5 Base", "T5 Large", "T5 3B"],
34
  value="T5 Small",
35
- label="Model"
 
36
  )
37
  with gr.TabItem("Sample"):
38
  gr.Button("New Tiger")
 
32
  gr.Dropdown(
33
  choices=["DistilGPT2", "GPT2", "OPT 1.3B", "GPTJ-6B", "T5 Small", "T5 Base", "T5 Large", "T5 3B"],
34
  value="T5 Small",
35
+ label="Model",
36
+ interactive=True,
37
  )
38
  with gr.TabItem("Sample"):
39
  gr.Button("New Tiger")