Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
CVPR
/
v-doc_abstractive_mac
like
4
Runtime error
App
Files
Files
Community
f1e32cc
v-doc_abstractive_mac
/
interface.py
ydin0771
Upload interface.py
dfb84d2
over 2 years ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
gradio
as
gr
from
demo
import
predict
gr.Interface(fn=predict, inputs=[
"image"
,
"text"
], outputs=[
"text"
]).launch()
if
__name__ ==
'__main__'
:
io.lanuch()