Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,12 +74,11 @@ class Seafoam(Base):
|
|
74 |
my_theme = Seafoam()
|
75 |
'''
|
76 |
|
77 |
-
|
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")
|