Skip to content

fix: Gradio デモの公開共有リンクを無効化 - #41

Merged
kittchy merged 1 commit into
mainfrom
fix/disable-gradio-share
Apr 28, 2026
Merged

fix: Gradio デモの公開共有リンクを無効化#41
kittchy merged 1 commit into
mainfrom
fix/disable-gradio-share

Conversation

@kittchy

@kittchy kittchy commented Apr 28, 2026

Copy link
Copy Markdown
Collaborator

概要

day1/06・07 の Gradio デモから share=True を取り除き、公開共有リンクが生成されないように統一しました。

変更点

  • day1/06-accelerate-ml-model/src/gradio-demo.py: demo.launch(share=False) を明示
  • day1/07-model-deploy/notebook.py: share=Trueshare=False
  • day1/07-model-deploy/scripts/gradio_demo.py: share=False 固定にし、不要になった --share CLI 引数を削除

背景・意図

  • 受講者の手元で意図せず公開 URL が払い出される事故を防ぐため、共有リンク機能を一律オフにする方針に統一

🤖 Generated with Claude Code

day1/06・07 の Gradio デモを share=False に統一し、scripts/gradio_demo.py からは --share CLI 引数も削除。意図しない公開リンクの生成を防ぐため。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@kittchy
kittchy marked this pull request as ready for review April 28, 2026 03:33
@kittchy
kittchy merged commit 0f6d002 into main Apr 28, 2026
7 checks passed
@kittchy
kittchy deleted the fix/disable-gradio-share branch April 28, 2026 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant