Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
wasmdashai
/
wasm-speeker-sa
like
10
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
ASG Models
commited on
Jul 6, 2024
Commit
0deb8e1
·
verified
·
1 Parent(s):
0e2d393
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-7
app.py
CHANGED
Viewed
@@ -1,7 +0,0 @@
1
-
import gradio as gr
2
-
3
-
def greet(name):
4
-
return "Hello " + name + "!!"
5
-
6
-
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
-
demo.launch()