Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -175,8 +175,7 @@ demo = gr.Interface(
|
|
175 |
|
176 |
**Important Note:** Due to current resource constraints, you need to restart the space each time you use this app to ensure it functions correctly. This is a known issue and will be improved in future iterations. Source: https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430
|
177 |
|
178 |
-
"""
|
179 |
-
examples=[gr.Image("https://www.shutterstock.com/image-vector/heavy-yellow-crawler-bulldozer-bucket-600nw-1613130334.jpg", label="LLM Powered Engine")]
|
180 |
)
|
181 |
|
182 |
if __name__ == "__main__":
|
|
|
175 |
|
176 |
**Important Note:** Due to current resource constraints, you need to restart the space each time you use this app to ensure it functions correctly. This is a known issue and will be improved in future iterations. Source: https://huggingface.co/spaces/huggingchat/chat-ui/discussions/430
|
177 |
|
178 |
+
"""
|
|
|
179 |
)
|
180 |
|
181 |
if __name__ == "__main__":
|