Spaces:
Runtime error
Runtime error
Omar Sanseviero commited on
Commit ·
02bc168
1
Parent(s): f3b81e7
Update app.py
Browse files
app.py
CHANGED
|
@@ -59,6 +59,6 @@ iface = gr.Interface(
|
|
| 59 |
gr.inputs.Slider(minimum=0, maximum=100, default=0, step=1, label='Top K')
|
| 60 |
],
|
| 61 |
outputs=["textbox"]
|
| 62 |
-
).launch(
|
| 63 |
|
| 64 |
|
|
|
|
| 59 |
gr.inputs.Slider(minimum=0, maximum=100, default=0, step=1, label='Top K')
|
| 60 |
],
|
| 61 |
outputs=["textbox"]
|
| 62 |
+
).launch()
|
| 63 |
|
| 64 |
|