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...
6265bac
sujr-pix2struct-base
/
app.py
sujr
Update app.py
6265bac
almost 2 years ago
raw
Copy download link
history
blame
Wrap lines
116 Bytes
import
gradio
as
gr
def
run
(
image
):
return
"123"
gr.Interface(fn=run, inputs=
"image"
, outputs=
"text"
).launch()