Spaces:
Sleeping
Sleeping
VinayHajare
commited on
Commit
•
670cbf6
1
Parent(s):
5c05ddf
Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ interface = gr.Interface(
|
|
42 |
inputs = "image",
|
43 |
outputs = "text",
|
44 |
allow_flagging = "never",
|
45 |
-
theme = gr.themes.
|
46 |
)
|
47 |
|
48 |
print("Stage 2: Completed")
|
|
|
42 |
inputs = "image",
|
43 |
outputs = "text",
|
44 |
allow_flagging = "never",
|
45 |
+
theme = gr.themes.Soft()
|
46 |
)
|
47 |
|
48 |
print("Stage 2: Completed")
|