Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -146,5 +146,6 @@ def show_next_item(index, list_of_items):
|
|
146 |
interface = gr.Interface(display_item, inputs=["number", "list"], outputs="html")
|
147 |
|
148 |
# Launch the Gradio interface
|
149 |
-
interface.launch(index=0, list_of_items=list_of_items, show_next_item=show_next_item)
|
|
|
150 |
|
|
|
146 |
interface = gr.Interface(display_item, inputs=["number", "list"], outputs="html")
|
147 |
|
148 |
# Launch the Gradio interface
|
149 |
+
# interface.launch(index=0, list_of_items=list_of_items, show_next_item=show_next_item)
|
150 |
+
interface.launch()
|
151 |
|