Hyeonseo commited on
Commit
7bdfeca
·
1 Parent(s): 80267e7

revised: list to string in output prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ def translate(text_input, openapi_key):
31
 
32
  time.sleep(30)
33
 
34
- return reply
35
 
36
  inputs = [
37
  gr.inputs.Textbox(lines=2, label="Input Open API Key"),
 
31
 
32
  time.sleep(30)
33
 
34
+ return ''.join(reply)
35
 
36
  inputs = [
37
  gr.inputs.Textbox(lines=2, label="Input Open API Key"),