Spaces:
Runtime error
Runtime error
Fix
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ interface = gr.Interface(
|
|
36 |
gr.inputs.Slider(0.0, 1.0, step=0.1, default=1, label="top_p"),
|
37 |
],
|
38 |
outputs=[
|
39 |
-
gr.outputs.Textbox(label=f"output by {name}")
|
40 |
],
|
41 |
examples=[[ex] for ex in examples],
|
42 |
title="T0 playground",
|
|
|
36 |
gr.inputs.Slider(0.0, 1.0, step=0.1, default=1, label="top_p"),
|
37 |
],
|
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",
|