SpyroSigma commited on
Commit
ee06db0
·
verified ·
1 Parent(s): 90525a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -22,5 +22,6 @@ iface = gr.Interface(fn=clone,
22
  description="""
23
  ❤️
24
  """,
25
- theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
 
26
  iface.launch()
 
22
  description="""
23
  ❤️
24
  """,
25
+ theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate")
26
+ )
27
  iface.launch()