Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sarwansingh
/
AIMLjan25g
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
sarwansingh
commited on
Apr 5
Commit
ffa7c64
·
verified
·
1 Parent(s):
4125786
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
import
gradioas
gr
2
3
def greet(name, intensity):
4
return "Hello, " + name + "!" * int(intensity)
1
+
import
gradio
as
gr
2
3
def greet(name, intensity):
4
return "Hello, " + name + "!" * int(intensity)