Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -46,4 +46,4 @@ io = gr.Interface(fn=predict,
|
|
46 |
outputs=gr.Textbox(label="IDEFICS Description"),
|
47 |
title=title, description=description, examples=examples,
|
48 |
allow_flagging=False, allow_screenshot=False)
|
49 |
-
io.launch(
|
|
|
46 |
outputs=gr.Textbox(label="IDEFICS Description"),
|
47 |
title=title, description=description, examples=examples,
|
48 |
allow_flagging=False, allow_screenshot=False)
|
49 |
+
io.launch(debug=True)
|