Update app.py
Browse files
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 |
-
|
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")
|