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