tombetthauser commited on
Commit
44997cc
Β·
1 Parent(s): a12c054

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -13,6 +13,7 @@
13
  # added HairBot training
14
  # redeploy with canny edge tab
15
  # try to redeploy
 
16
 
17
  # ----- General Setup -----------------------------------------------------------------
18
 
@@ -414,5 +415,5 @@ canny_interface = gr.Interface(fn=canny_process_image, inputs=[canny_input_image
414
 
415
  # ----- Launch Tabs -----------------------------------------------------------------
416
 
417
- tabbed_interface = gr.TabbedInterface([new_welcome, advanced_tab, beta, canny_interface], ["Welcome", "Advanced", "Beta", "Edges"])
418
  tabbed_interface.launch()
 
13
  # added HairBot training
14
  # redeploy with canny edge tab
15
  # try to redeploy
16
+ # try to redeploy again
17
 
18
  # ----- General Setup -----------------------------------------------------------------
19
 
 
415
 
416
  # ----- Launch Tabs -----------------------------------------------------------------
417
 
418
+ tabbed_interface = gr.TabbedInterface([new_welcome, advanced_tab, beta, canny_interface], ["Artists", "Advanced", "Beta", "Edges"])
419
  tabbed_interface.launch()