ginipick commited on
Commit
7bb58f3
1 Parent(s): 4920606

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -60,9 +60,7 @@ footer {
60
  }
61
  """
62
 
63
- demo = gr.TabbedInterface(theme="Nymbo/Nymbo_Theme", css=css)
64
- [tab1, tab2], ["image", "text"]
65
-
66
 
67
  if __name__ == "__main__":
68
  demo.launch()
 
60
  }
61
  """
62
 
63
+ demo = gr.TabbedInterface([tab1, tab2], ["image", "text"], theme="Nymbo/Nymbo_Theme", css=css)
 
 
64
 
65
  if __name__ == "__main__":
66
  demo.launch()