Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -289,5 +289,5 @@ description = "Gradio Demo for OFA: Unifying Architectures, Tasks, and Modalitie
|
|
289 |
article = "<p style='text-align: center'><a href='http://arxiv.org/abs/2202.03052' target='_blank'>Paper</a> | <a href='https://github.com/OFA-Sys/OFA' target='_blank'>Github Repo</a></p>"
|
290 |
|
291 |
io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
|
292 |
-
title=title, description=description, article=article, examples=examples
|
293 |
io.launch()
|
|
|
289 |
article = "<p style='text-align: center'><a href='http://arxiv.org/abs/2202.03052' target='_blank'>Paper</a> | <a href='https://github.com/OFA-Sys/OFA' target='_blank'>Github Repo</a></p>"
|
290 |
|
291 |
io = gr.Interface(fn=inference, inputs=inputs, outputs=outputs,
|
292 |
+
title=title, description=description, article=article, examples=examples)
|
293 |
io.launch()
|