Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|