Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saima730
/
text_to_video
like
0
Runtime error
App
Files
Files
Community
3d7f9d9
text_to_video
/
start.sh
saima730
Create start.sh
3d7f9d9
verified
3 months ago
raw
Copy download link
history
blame
Safe
129 Bytes
#!/bin/bash
pip install -r requirements.txt
pip install torch
# Explicitly install torch
streamlit run app.py
chmod
+x start.sh