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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -77,9 +77,9 @@ my_theme = Seafoam()
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")
 
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")