Olivia commited on
Commit
a75fdae
·
1 Parent(s): 430b667

info endpoint

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -1970,4 +1970,4 @@ with gr.Blocks(
1970
  # ============================================================================
1971
 
1972
  if __name__ == "__main__":
1973
- demo.launch(show_api=False)
 
1970
  # ============================================================================
1971
 
1972
  if __name__ == "__main__":
1973
+ demo.launch()
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
  # Core dependencies for StyleForge Hugging Face Space
2
  torch>=2.0.0
3
  torchvision>=0.15.0
4
- gradio==4.44.0
5
  huggingface_hub==0.20.0
6
  spaces
7
  Pillow>=9.5.0
 
1
  # Core dependencies for StyleForge Hugging Face Space
2
  torch>=2.0.0
3
  torchvision>=0.15.0
4
+ gradio==4.20.0
5
  huggingface_hub==0.20.0
6
  spaces
7
  Pillow>=9.5.0