Spaces:
Sleeping
Sleeping
Update chatter.py
Browse files- chatter.py +1 -4
chatter.py
CHANGED
@@ -10,7 +10,4 @@ def answer(prompt):
|
|
10 |
for message in response:
|
11 |
response_text += message
|
12 |
|
13 |
-
return response_text
|
14 |
-
|
15 |
-
prompt_input = gr.Textbox(label="Prompt")
|
16 |
-
response_output = gr.Textbox(label="Response")
|
|
|
10 |
for message in response:
|
11 |
response_text += message
|
12 |
|
13 |
+
return response_text
|
|
|
|
|
|