DaddyDaniel commited on
Commit
847829a
·
1 Parent(s): 8557bbe

Rename main.py to app.py

Browse files

Renamed main to app to conform to huggingface.

Files changed (2) hide show
  1. Dockerfile +1 -1
  2. main.py → app.py +0 -0
Dockerfile CHANGED
@@ -31,4 +31,4 @@ RUN pip install --no-cache-dir https://github.com/mjun0812/flash-attention-prebu
31
  COPY . .
32
 
33
  # Default command
34
- ENTRYPOINT ["streamlit", "run", "main.py"]
 
31
  COPY . .
32
 
33
  # Default command
34
+ ENTRYPOINT ["streamlit", "run", "app.py"]
main.py → app.py RENAMED
File without changes