themanas021 commited on
Commit
81ea10c
·
verified ·
1 Parent(s): 5aea6d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ Please demonstrate your approach using the following features of a mobile app:
64
  stream=False,
65
  stop=None,
66
  )
67
- return completion.choices[0].message
68
 
69
  # Create the Gradio interface
70
  with gr.Blocks() as demo:
 
64
  stream=False,
65
  stop=None,
66
  )
67
+ return completion.choices[0].message.content
68
 
69
  # Create the Gradio interface
70
  with gr.Blocks() as demo: