chansung commited on
Commit
4f44913
·
1 Parent(s): 1e7407e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,5 +100,5 @@ with gr.Blocks() as demo2:
100
  """)
101
 
102
  gr.TabbedInterface(
103
- [demoInterface, demo, demo2], ["Try-out", "🚀 Deploy on GCP", " Deploy on HF Endpoint"]
104
  ).launch(enable_queue=True)
 
100
  """)
101
 
102
  gr.TabbedInterface(
103
+ [demoInterface, demo, demo2], ["Try-out", "🚀 Deploy on GCP", " Deploy on 🤗 Endpoint"]
104
  ).launch(enable_queue=True)