gensym commited on
Commit
698185d
·
1 Parent(s): dbf4345
Files changed (1) hide show
  1. app.py +0 -5
app.py CHANGED
@@ -166,8 +166,6 @@ with gr.Blocks() as demo:
166
 
167
  with gr.Row():
168
  with gr.Column():
169
- inp = gr.Textbox(placeholder="What is your name?")
170
- out = gr.Textbox()
171
 
172
  image_prompt = gr.Image(label="Image Prompt", image_mode="RGBA", type="pil", height=300)
173
 
@@ -200,9 +198,6 @@ with gr.Blocks() as demo:
200
  # model_output = LitModel3D(label="Extracted GLB", exposure=20.0, height=300)
201
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
202
 
203
- btn = gr.Button("Run")
204
- btn.click(fn=update, inputs=inp, outputs=out)
205
-
206
  trial_id = gr.Textbox(visible=False)
207
  output_buf = gr.State()
208
 
 
166
 
167
  with gr.Row():
168
  with gr.Column():
 
 
169
 
170
  image_prompt = gr.Image(label="Image Prompt", image_mode="RGBA", type="pil", height=300)
171
 
 
198
  # model_output = LitModel3D(label="Extracted GLB", exposure=20.0, height=300)
199
  download_glb = gr.DownloadButton(label="Download GLB", interactive=False)
200
 
 
 
 
201
  trial_id = gr.Textbox(visible=False)
202
  output_buf = gr.State()
203