chansung commited on
Commit
2920f59
·
1 Parent(s): 9b04bb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -354,6 +354,4 @@ with gr.Blocks() as hf_endpoint:
354
  ]
355
  )
356
 
357
- gr.TabbedInterface(
358
- [demoInterface, hf_endpoint], ["Playground", " Deploy on 🤗 Endpoint"]
359
- ).launch(enable_queue=True)
 
354
  ]
355
  )
356
 
357
+ hf_endpoint.launch(enable_queue=True)