jxwang1 commited on
Commit
643872f
·
1 Parent(s): 2ba341e

rm comments

Browse files
Files changed (1) hide show
  1. app.py +0 -5
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: