Spaces:
Runtime error
Runtime error
nehulagrawal
commited on
Commit
•
df1acda
1
Parent(s):
d3e4173
Update app.py
Browse files
app.py
CHANGED
@@ -70,6 +70,7 @@ interface_image = gr.Interface(
|
|
70 |
description=description,
|
71 |
examples=image_path,
|
72 |
cache_examples=False,
|
|
|
73 |
)
|
74 |
|
75 |
##################################################Video Inference################################################################
|
@@ -134,6 +135,7 @@ interface_video = gr.Interface(
|
|
134 |
description=description,
|
135 |
examples=video_path,
|
136 |
cache_examples=True,
|
|
|
137 |
)
|
138 |
|
139 |
gr.TabbedInterface(
|
|
|
70 |
description=description,
|
71 |
examples=image_path,
|
72 |
cache_examples=False,
|
73 |
+
theme='huggingface'
|
74 |
)
|
75 |
|
76 |
##################################################Video Inference################################################################
|
|
|
135 |
description=description,
|
136 |
examples=video_path,
|
137 |
cache_examples=True,
|
138 |
+
theme='huggingface'
|
139 |
)
|
140 |
|
141 |
gr.TabbedInterface(
|