Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Luasmontesinos
/
LuaAppTranscripcion
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Luasmontesinos
commited on
Mar 28
Commit
1d1c49a
·
verified
·
1 Parent(s):
28e40d0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-2
app.py
CHANGED
Viewed
@@ -5,5 +5,3 @@ def greet(name):
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()
8
-
9
-
Add application file
5
6
demo = gr.Interface(fn=greet, inputs="text", outputs="text")
7
demo.launch()