Hugging Face
Models
Datasets
Spaces
Posts
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...
32e07da
sujr-pix2struct-base
/
app.py
sujr
Update app.py
32e07da
almost 2 years ago
raw
Copy download link
history
blame
122 Bytes
import
gradio
as
gr
def
run
(
image
):
return
type
(image)
gr.Interface(fn=run, inputs=
"image"
, outputs=
"text"
).launch()