TouseefAhmad commited on
Commit
27ed9f8
·
verified ·
1 Parent(s): 09d6f8e

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. app.py +2 -1
  2. requirements.txt +2 -0
app.py CHANGED
@@ -184,4 +184,5 @@ with gr.Blocks(title="GemmaSight pathology assistant", css=GRADIO_CUSTOM_CSS) as
184
 
185
  # 5. Launcher
186
  if __name__ == "__main__":
187
- demo.launch(server_name="0.0.0.0", server_port=7860)
 
 
184
 
185
  # 5. Launcher
186
  if __name__ == "__main__":
187
+ demo.launch(server_name="0.0.0.0", server_port=7860, show_api=False)
188
+
requirements.txt CHANGED
@@ -14,4 +14,6 @@ seaborn>=0.12.0
14
  scikit-learn>=1.2.0
15
  gdown>=4.7.0
16
  torchvision>=0.15.0
 
 
17
 
 
14
  scikit-learn>=1.2.0
15
  gdown>=4.7.0
16
  torchvision>=0.15.0
17
+ pydantic==2.10.6
18
+
19