Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Bmo411
/
iteso_lecture
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
148917d
iteso_lecture
/
app.py
Bmo411
Update app.py
148917d
verified
6 months ago
raw
Copy download link
history
blame
Safe
188 Bytes
import
gradio
as
gr
def
image
(
image, image
):
img=image
img2=image
return
image,image
demo = gr.Interface(fn=greet, inputs=
"image"
, outputs=[
"image"
,
"image"
])
demo.launch()