Spaces:
Sleeping
Sleeping
update1
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ enable_space_ci()
|
|
7 |
|
8 |
|
9 |
def talk(text):
|
10 |
-
return "
|
11 |
|
12 |
demo = gr.Interface(fn=talk, inputs="text", outputs="label")
|
13 |
demo.launch()
|
|
|
7 |
|
8 |
|
9 |
def talk(text):
|
10 |
+
return "User : "+ text
|
11 |
|
12 |
demo = gr.Interface(fn=talk, inputs="text", outputs="label")
|
13 |
demo.launch()
|