Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1219,7 +1219,7 @@ def parse_comma_separated(text):
|
|
| 1219 |
|
| 1220 |
|
| 1221 |
# Gradio Interface
|
| 1222 |
-
def launch_interface(
|
| 1223 |
with gr.Blocks() as iface:
|
| 1224 |
gr.Markdown("# Advanced Embedding Comparison Tool")
|
| 1225 |
|
|
|
|
| 1219 |
|
| 1220 |
|
| 1221 |
# Gradio Interface
|
| 1222 |
+
def launch_interface(debug=True):
|
| 1223 |
with gr.Blocks() as iface:
|
| 1224 |
gr.Markdown("# Advanced Embedding Comparison Tool")
|
| 1225 |
|