omarelsayeed commited on
Commit
2132edd
1 Parent(s): 45440e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -41,6 +41,7 @@ iface = gr.Interface(
41
  ["image.jpg", 0.2, 0.45],
42
  ["Screenshot 2024-11-06 130230.png" , 0.25 , 0.45]
43
  ],
 
44
  )
45
 
46
  if __name__ == "__main__":
 
41
  ["image.jpg", 0.2, 0.45],
42
  ["Screenshot 2024-11-06 130230.png" , 0.25 , 0.45]
43
  ],
44
+ theme=gr.themes.Default()
45
  )
46
 
47
  if __name__ == "__main__":