zanegraper commited on
Commit
a5f3e3d
·
1 Parent(s): abace8b
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -61,4 +61,6 @@ with gr.Blocks(title="AI-Powered Email Extractor", theme=gr.themes.Default()) as
61
  get_results_csv,
62
  inputs=domain_input,
63
  outputs=download_output
64
- )
 
 
 
61
  get_results_csv,
62
  inputs=domain_input,
63
  outputs=download_output
64
+ )
65
+
66
+ demo.launch(share=True)