Spaces:
Sleeping
Sleeping
Update ui.py
Browse files
ui.py
CHANGED
@@ -28,7 +28,7 @@ def build_interface(process_input, send_preset_question, update_image):
|
|
28 |
theme = get_theme()
|
29 |
image_carousel_data = load_images()
|
30 |
|
31 |
-
with gr.Blocks(theme=
|
32 |
with gr.Row():
|
33 |
with gr.Column(scale=0.25):
|
34 |
# Add the video
|
|
|
28 |
theme = get_theme()
|
29 |
image_carousel_data = load_images()
|
30 |
|
31 |
+
with gr.Blocks(theme='upsatwal/mlsc_tiet') as demo:
|
32 |
with gr.Row():
|
33 |
with gr.Column(scale=0.25):
|
34 |
# Add the video
|