chansung commited on
Commit
875ba54
·
1 Parent(s): e94ebbd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -373,5 +373,5 @@ with gr.Blocks() as demo2:
373
  )
374
 
375
  gr.TabbedInterface(
376
- [demoInterface, demo, demo2], ["Try-out", "🚀 Deploy on GCP", " Deploy on 🤗 Endpoint"]
377
  ).launch(enable_queue=True)
 
373
  )
374
 
375
  gr.TabbedInterface(
376
+ [demo2], ["Deploy on 🤗 Endpoint"]
377
  ).launch(enable_queue=True)