AP123 commited on
Commit
ee3d8d6
1 Parent(s): e5d5e72

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -235,20 +235,6 @@ with gr.Blocks() as app:
235
 
236
  # btn_pc_to_obj.click(ply_to_obj, inputs=plot, outputs=[model_3d, file_out])
237
 
238
- gr.Examples(
239
- examples=[
240
- ["a cactus in a pot"],
241
- ["a round table with floral tablecloth"],
242
- ["a red kettle"],
243
- ["a vase with flowers"],
244
- ["a sports car"],
245
- ["a man"],
246
- ],
247
- outputs=outputs,
248
- fn=generate_3D,
249
- cache_examples=False
250
- )
251
-
252
  gr.Examples(
253
  examples=[
254
  ["images/corgi.png"],
235
 
236
  # btn_pc_to_obj.click(ply_to_obj, inputs=plot, outputs=[model_3d, file_out])
237
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
  gr.Examples(
239
  examples=[
240
  ["images/corgi.png"],