Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
not-lain
/
test
like
1
Running
App
Files
Files
Community
14
Fetching metadata from the HF Docker repository...
not-lain
commited on
May 23, 2024
Commit
efb9a68
·
verified
·
1 Parent(s):
7f8ea53
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+0
-1
app.py
CHANGED
Viewed
@@ -5,7 +5,6 @@ from gradio_space_ci import enable_space_ci
5
enable_space_ci()
6
7
8
-
9
def talk(text):
10
return "the user said "+ text
11
5
enable_space_ci()
6
7
8
def talk(text):
9
return "the user said "+ text
10