Spaces:
Build error
Build error
rm comments
Browse files
app.py
CHANGED
|
@@ -40,11 +40,6 @@ def handle_text_prompt(input_prompt, ):
|
|
| 40 |
|
| 41 |
def build_interface():
|
| 42 |
"""Build UI for gradio app
|
| 43 |
-
|
| 44 |
-
Three tabs:
|
| 45 |
-
- Scene Generation
|
| 46 |
-
- Scene Completion
|
| 47 |
-
- Scene Understanding
|
| 48 |
"""
|
| 49 |
title = "Cube 3D"
|
| 50 |
with gr.Blocks(theme=gr.themes.Soft(), title=title, fill_width=True) as interface:
|
|
|
|
| 40 |
|
| 41 |
def build_interface():
|
| 42 |
"""Build UI for gradio app
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 43 |
"""
|
| 44 |
title = "Cube 3D"
|
| 45 |
with gr.Blocks(theme=gr.themes.Soft(), title=title, fill_width=True) as interface:
|