Skip to content

Commit

Permalink
Push to new HF space
Browse files Browse the repository at this point in the history
  • Loading branch information
mchiovaro committed Jul 8, 2024
1 parent 32a321c commit 1ba9dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt

COPY . .

CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "mchiovaro-stockaidvisor.hf.space"]
CMD ["panel", "serve", "/code/app.py", "--address", "0.0.0.0", "--port", "7860", "--allow-websocket-origin", "mchiovaro-stock-aidvisor.hf.space"]

0 comments on commit 1ba9dbe

Please sign in to comment.