Enzo Reis de Oliveira commited on
Commit
79a99bb
·
1 Parent(s): 3bf5603

Fixing bug on requirements

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -3
app.py CHANGED
@@ -73,4 +73,4 @@ demo = gr.Interface(
73
 
74
  # 6) Roda localmente ou no HF Space
75
  if __name__ == "__main__":
76
- demo.launch()
 
73
 
74
  # 6) Roda localmente ou no HF Space
75
  if __name__ == "__main__":
76
+ demo.launch(show_api=False)
requirements.txt CHANGED
@@ -5,7 +5,5 @@ numpy==1.26.4
5
  pandas==1.4.0
6
  tqdm>=4.66.4
7
  rdkit>=2024.3.5
8
- gradio>=4.32.0
9
- gradio_client==0.2.1
10
  huggingface-hub
11
-
 
5
  pandas==1.4.0
6
  tqdm>=4.66.4
7
  rdkit>=2024.3.5
8
+ gradio>=4.32.0,<5.0.0
 
9
  huggingface-hub