Skip to content

Commit

Permalink
Merge pull request #456 from Renumics/fix/run-actions
Browse files Browse the repository at this point in the history
Debug workflows
  • Loading branch information
druzsan committed Jul 11, 2024
2 parents a20669d + 2abd596 commit 75a685a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion renumics/spotlight/viewer.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
Serving a Hugging Face dataset:
>>> import datasets
>>> from renumics import spotlight
>>> ds = datasets.load_dataset("mnist", split="test")
>>> ds = datasets.load_dataset("mnist", split="test", trust_remote_code=True)
>>> viewer = spotlight.show(ds, port=5000, no_browser=True, wait=False)
Spotlight running on http://127.0.0.1:5000/
>>> spotlight.close()
Expand Down

0 comments on commit 75a685a

Please sign in to comment.