Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -154,8 +154,8 @@ def main():
|
|
| 154 |
[
|
| 155 |
gr.outputs.Textbox(label='Output String'),
|
| 156 |
gr.outputs.Label(label='Output Labels'),
|
| 157 |
-
gr.outputs.HTML(
|
| 158 |
-
gr.outputs.HTML(
|
| 159 |
],
|
| 160 |
examples=[
|
| 161 |
['miku.jpg',0.5],
|
|
|
|
| 154 |
[
|
| 155 |
gr.outputs.Textbox(label='Output String'),
|
| 156 |
gr.outputs.Label(label='Output Labels'),
|
| 157 |
+
gr.outputs.HTML(),
|
| 158 |
+
gr.outputs.HTML()
|
| 159 |
],
|
| 160 |
examples=[
|
| 161 |
['miku.jpg',0.5],
|