Spaces:
Running
on
L4
Running
on
L4
Commit
·
847829a
1
Parent(s):
8557bbe
Rename main.py to app.py
Browse filesRenamed main to app to conform to huggingface.
- Dockerfile +1 -1
- 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", "
|
|
|
31 |
COPY . .
|
32 |
|
33 |
# Default command
|
34 |
+
ENTRYPOINT ["streamlit", "run", "app.py"]
|
main.py → app.py
RENAMED
File without changes
|