Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
|
|
136 |
##
|
137 |
This app provides a way of using wizard coder via a demo
|
138 |
|
139 |
-
⚠️ **Limitations**: the model can produce factually incorrect information, hallucinating facts and actions.
|
140 |
)
|
141 |
|
142 |
chatbot.like(vote, None, None)
|
|
|
136 |
##
|
137 |
This app provides a way of using wizard coder via a demo
|
138 |
|
139 |
+
⚠️ **Limitations**: the model can produce factually incorrect information, hallucinating facts and actions. """
|
140 |
)
|
141 |
|
142 |
chatbot.like(vote, None, None)
|