Update app.py
Browse files
app.py
CHANGED
|
@@ -58,7 +58,7 @@ def similarity_search(query, search_type, num_results, progress=gr.Progress()):
|
|
| 58 |
return [row['frame'] for row in results]
|
| 59 |
|
| 60 |
# Gradio interface
|
| 61 |
-
with gr.Blocks(theme=gr.themes.
|
| 62 |
gr.Markdown(
|
| 63 |
"""
|
| 64 |
<div style=margin: 0 auto;">
|
|
|
|
| 58 |
return [row['frame'] for row in results]
|
| 59 |
|
| 60 |
# Gradio interface
|
| 61 |
+
with gr.Blocks(theme=gr.themes.Base()) as demo:
|
| 62 |
gr.Markdown(
|
| 63 |
"""
|
| 64 |
<div style=margin: 0 auto;">
|