Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
case-llm-traversaal
/
Kinza
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ec33e6d
Kinza
/
app.py
KinzaAwais
Update app.py
ec33e6d
verified
about 1 year ago
raw
Copy download link
history
blame
211 Bytes
import
gradio
as
gr
def
greet
(
name
):
return
"Salam "
+ name +
"!!"
demo = gr.Interface(fn=greet, inputs=
"text"
, outputs=
"text"
)
demo.launch()
git add app.py
git commit -m
"Add application file"
git push