rongo1 commited on
Commit
6a94352
·
1 Parent(s): b0a5c86

fix: fixed init

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -584,4 +584,4 @@ with gr.Blocks(title="Business Card Data Extractor") as demo:
584
 
585
  # Launch for Hugging Face Spaces deployment
586
  logger.info("Starting Gradio demo")
587
- demo.launch(share=True)
 
584
 
585
  # Launch for Hugging Face Spaces deployment
586
  logger.info("Starting Gradio demo")
587
+ demo.launch()
requirements.txt CHANGED
@@ -1,4 +1,4 @@
1
- gradio==4.44.1
2
  google-generativeai==0.8.0
3
  pandas==2.1.4
4
  openpyxl==3.1.2
 
1
+ gradio==4.46.1
2
  google-generativeai==0.8.0
3
  pandas==2.1.4
4
  openpyxl==3.1.2