ttj commited on
Commit
4831d79
1 Parent(s): 22cd91e

Remove examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ interface = gr.Interface(
38
  outputs=[
39
  gr.outputs.Textbox(label=f"output by {name}") for name in model_names
40
  ],
41
- examples=[[ex] for ex in examples],
42
  title="T0 playground",
43
  description="""
44
  This is a playground for playing around with T0 models.
 
38
  outputs=[
39
  gr.outputs.Textbox(label=f"output by {name}") for name in model_names
40
  ],
41
+ #examples=[[ex] for ex in examples],
42
  title="T0 playground",
43
  description="""
44
  This is a playground for playing around with T0 models.