Chris4K commited on
Commit
24fa206
1 Parent(s): a052a2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1219,7 +1219,7 @@ def parse_comma_separated(text):
1219
 
1220
 
1221
  # Gradio Interface
1222
- def launch_interface(share=True):
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