Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -137,7 +137,7 @@ iface = gr.Interface(fn=lambda x: x,
|
|
| 137 |
gr.Slider(0, 10, value=3, step=0.5),
|
| 138 |
],
|
| 139 |
# examples = examples,
|
| 140 |
-
|
| 141 |
description=description,
|
| 142 |
article=article,
|
| 143 |
cache_examples=False)
|
|
|
|
| 137 |
gr.Slider(0, 10, value=3, step=0.5),
|
| 138 |
],
|
| 139 |
# examples = examples,
|
| 140 |
+
outputs="str",
|
| 141 |
description=description,
|
| 142 |
article=article,
|
| 143 |
cache_examples=False)
|