iitolstykh
commited on
Commit
•
86551c8
1
Parent(s):
92182f5
Update app.py
Browse files
app.py
CHANGED
@@ -164,8 +164,8 @@ with gr.Blocks(theme=gr.themes.Default(), css="style.css") as demo:
|
|
164 |
with gr.Tabs():
|
165 |
with gr.Tab(label="MiVOLO_V1"):
|
166 |
demo_v1.render()
|
167 |
-
with gr.Tab(label="MiVOLO_V2"):
|
168 |
-
|
169 |
|
170 |
|
171 |
if __name__ == "__main__":
|
|
|
164 |
with gr.Tabs():
|
165 |
with gr.Tab(label="MiVOLO_V1"):
|
166 |
demo_v1.render()
|
167 |
+
# with gr.Tab(label="MiVOLO_V2"):
|
168 |
+
# demo_v2.render()
|
169 |
|
170 |
|
171 |
if __name__ == "__main__":
|