not-lain commited on
Commit
efb9a68
1 Parent(s): 7f8ea53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -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