Spaces:
Running
Running
Commit
·
ad10edb
1
Parent(s):
98a1feb
chore: Update tab names in TabbedInterface
Browse files
app.py
CHANGED
@@ -232,5 +232,5 @@ inference_pca_mode_top = gr.Interface(
|
|
232 |
|
233 |
gr.TabbedInterface(
|
234 |
[inference_no_mode, inference_pca_mode_bottom, inference_pca_mode_top],
|
235 |
-
tab_names=['Normal Mode', 'PCA Mode']
|
236 |
).queue().launch()
|
|
|
232 |
|
233 |
gr.TabbedInterface(
|
234 |
[inference_no_mode, inference_pca_mode_bottom, inference_pca_mode_top],
|
235 |
+
tab_names=['Normal Mode', 'PCA Mode (Bottom 25%)', 'PCA Mode (Top 75%)']
|
236 |
).queue().launch()
|