Update app.py
Browse files
app.py
CHANGED
@@ -93,13 +93,6 @@ myGradioAppInterface = gr.Interface(
|
|
93 |
|
94 |
description=descr,
|
95 |
article=footer,
|
96 |
-
examples=[
|
97 |
-
["ornek_kedi.jpg"],
|
98 |
-
["ornek_kopek.jpg"],
|
99 |
-
["ornek_kedi2.jpg"],
|
100 |
-
["ornek_kopek2.jpg"]
|
101 |
-
|
102 |
-
],
|
103 |
theme=gr.themes.Soft().set(
|
104 |
body_background_fill="#f0f2f6",
|
105 |
button_primary_background_fill="#4a90e2",
|
|
|
93 |
|
94 |
description=descr,
|
95 |
article=footer,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
96 |
theme=gr.themes.Soft().set(
|
97 |
body_background_fill="#f0f2f6",
|
98 |
button_primary_background_fill="#4a90e2",
|