Spaces:
Runtime error
Runtime error
Last commit not found
import gradio as gr | |
from demo import predict | |
gr.Interface(fn=predict, inputs=["image", "text"], outputs=["text"]).launch() | |
if __name__ == '__main__': | |
io.lanuch() | |