nightfury commited on
Commit
f21d5ff
1 Parent(s): 17e2b91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -74,12 +74,11 @@ class Seafoam(Base):
74
  my_theme = Seafoam()
75
  '''
76
 
77
- #my_theme = gr.Theme.from_hub("gradio/seafoam")
78
 
79
- my_theme = gr.themes.Glass()
80
  #my_theme = gr.themes.Default(primary_hue="red", secondary_hue="pink")
81
 
82
- gr.themes.builder()
83
 
84
 
85
  pipe = pipeline("image-classification", "nightfury/AI-picture-detector")
 
74
  my_theme = Seafoam()
75
  '''
76
 
77
+ my_theme = gr.Theme.from_hub("gradio/seafoam")
78
 
79
+ #my_theme = gr.themes.Glass()
80
  #my_theme = gr.themes.Default(primary_hue="red", secondary_hue="pink")
81
 
 
82
 
83
 
84
  pipe = pipeline("image-classification", "nightfury/AI-picture-detector")