Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
fahad11182
/
Q1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
fahad11182
commited on
Aug 15, 2024
Commit
68dfd2f
·
verified
·
1 Parent(s):
271a089
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,4 +1,4 @@
1
-
mport
gradio as gr
2
3
def greet(input):
4
return "Hello " + input + "!!"
1
+
import
gradio as gr
2
3
def greet(input):
4
return "Hello " + input + "!!"