Spaces:
Build error
Build error
| FROM pytorch/pytorch:latest | |
| WORKDIR /app | |
| COPY . . | |
| RUN pip install -r requirements.txt | |
| CMD [ "streamlit", "run", "app.py" ] |
| FROM pytorch/pytorch:latest | |
| WORKDIR /app | |
| COPY . . | |
| RUN pip install -r requirements.txt | |
| CMD [ "streamlit", "run", "app.py" ] |