jpalomar commited on
Commit
f9ddd25
·
1 Parent(s): c7fa7f9

Fix errors

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -71,4 +71,4 @@ with gr.Blocks() as demo:
71
  )
72
 
73
  # Run locally
74
- demo.launch(share=True)
 
71
  )
72
 
73
  # Run locally
74
+ demo
requirements.txt CHANGED
@@ -1,3 +1,3 @@
1
- gradio
2
  sentence-transformers
3
  torch
 
1
+ gradio==4.44.1
2
  sentence-transformers
3
  torch