Spaces:
Runtime error
Runtime error
File size: 1,093 Bytes
807e22d 07a4ce0 807e22d 4affb66 761a8b4 807e22d 4affb66 07a4ce0 946610b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 |
---
title: DIY Assistant
emoji: 💬
colorFrom: yellow
colorTo: purple
sdk: docker
sdk_version: 5.0.1
app_file: app.py
pinned: false
license: mit
short_description: DIY assistant to help users build DIY things
tags:
- agent-demo-track
---
Video link for the project: https://www.youtube.com/watch?v=RqwQyih_g1I
Brainstorming node is connected to : Mistral saba
Prompt planing is connected to : GPT-4o
Image generation is connected to : Dall-e 2
3d Model generation node is connected to : TRELLIS-image-large
code for the Trellis endpoint is available at : https://github.com/Wishwa-code/Trellis-serverless-API
docker build -t hodabass .
docker commad --> "docker run --rm -it ` -v ${PWD}:/home/user/app ` -w /home/user/app ` hodabass:latest sh"
"docker run --rm -it -p 8080:8080 ` -v ${PWD}:/home/user/app ` -w /home/user/app ` hodabass:latest sh"
pip install lxml_html_clean
docker run --rm -it -p 8080:8080 -v ${PWD}:/home/user/app -w /home/user/app hodabass5:latest sh
docker run --rm -it -p 8080:8080 -v ${PWD}:/home/user/app -w /home/user/app hodabass5:latest gradio app.py |