Duskfallcrew commited on
Commit
f7bbeed
·
verified ·
1 Parent(s): e9917a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ from pathlib import Path
18
  def install_dependencies_gradio():
19
  """Installs the necessary dependencies for the Gradio app. Run this ONCE."""
20
  try:
21
- !pip install -U torch diffusers transformers accelerate safetensors huggingface_hub xformers
22
  print("Dependencies installed successfully.")
23
  except Exception as e:
24
  print(f"Error installing dependencies: {e}")
 
18
  def install_dependencies_gradio():
19
  """Installs the necessary dependencies for the Gradio app. Run this ONCE."""
20
  try:
21
+ pip install -U torch diffusers transformers accelerate safetensors huggingface_hub xformers
22
  print("Dependencies installed successfully.")
23
  except Exception as e:
24
  print(f"Error installing dependencies: {e}")