Spaces:
Runtime error
Runtime error
Remove examples
Browse files
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.
|