You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the feature you'd like
Create an POST "/w2fp" (words to floor plan) endpoint, which accepts JSON in the following format:
{
"query": string
}
It should pass the query text through the generator neural network, scale the output by 10x, replase squares with furniture and respond with the final image.
The text was updated successfully, but these errors were encountered:
Describe the feature you'd like
Create an
POST "/w2fp"
(words to floor plan) endpoint, which accepts JSON in the following format:It should pass the query text through the generator neural network, scale the output by 10x, replase squares with furniture and respond with the final image.
The text was updated successfully, but these errors were encountered: