Tricia Nieva commited on
Commit
6838f70
·
1 Parent(s): 12f441b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -23,8 +23,7 @@ def chat(text):
23
  presence_penalty=0)
24
 
25
  xyz = response[Completion]
26
-
27
- return xyz
28
 
29
  demo = gr.Interface(chat, "text", "text")
30
  demo.launch(share=True, auth=("username", "password")).launch(debug = True)
 
23
  presence_penalty=0)
24
 
25
  xyz = response[Completion]
26
+ return xyz
 
27
 
28
  demo = gr.Interface(chat, "text", "text")
29
  demo.launch(share=True, auth=("username", "password")).launch(debug = True)