Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sujr
/
sujr-pix2struct-base
like
2
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4984038
sujr-pix2struct-base
/
app.py
sujr
Update app.py
4984038
about 2 years ago
raw
Copy download link
history
blame
108 Bytes
import
gradio
as
gr
def
run
(
image
):
pass
gr.Interface(fn=run, inputs=
"image"
, outputs=
"text"
).launch()