fantaxy commited on
Commit
b3a3877
1 Parent(s): 02a9a58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ footer {
61
  """
62
 
63
 
64
- iface = gr.Interface(theme="Nymbo/Nymbo_Theme", css=css,
65
  fn=doo,
66
  inputs=["video", gr.components.Radio(['Normal', 'Fast'], label='Select mode', value='Normal', info='Normal is more accurate, but takes longer. | Fast has lower accuracy so the process will be faster.')],
67
  outputs="video",
 
61
  """
62
 
63
 
64
+ iface = gr.Interface(theme="Yntec/HaleyCH_Theme_Orange", css=css,
65
  fn=doo,
66
  inputs=["video", gr.components.Radio(['Normal', 'Fast'], label='Select mode', value='Normal', info='Normal is more accurate, but takes longer. | Fast has lower accuracy so the process will be faster.')],
67
  outputs="video",