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...
Update app.py
#14
by
not-lain
- opened
May 23, 2024
base:
refs/heads/main
←
from:
refs/pr/14
Discussion
Files changed
+0
-1
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