Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AIxDESIGN
/
brand-tune
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
64c23e9
brand-tune
/
app.py
vvolhejn
Try packaging as a Python package
64c23e9
over 1 year ago
raw
Copy download link
history
blame
130 Bytes
import
gradio
as
gr
from
brander.foo
import
greet
iface = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"text"
)
iface.launch()