Skip to content

fix(medcat-service): Gradio offline usage fix by updating version#549

Merged
alhendrickson merged 3 commits into
mainfrom
fix/medcat-service/gradio-offline
Jun 17, 2026
Merged

fix(medcat-service): Gradio offline usage fix by updating version#549
alhendrickson merged 3 commits into
mainfrom
fix/medcat-service/gradio-offline

Conversation

@alhendrickson

Copy link
Copy Markdown
Collaborator

This bumps gradio, in order to get changes from this PR gradio-app/gradio/pull/13463

Current behavior

Current gradio version was making these calls on startup:

Google Fonts — stylesheet for the default theme font: https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap

cdnjs (iframe-resizer) — script from Gradio’s index.html: https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.3.1/iframeResizer.contentWindow.min.js

New behavior

All calls are now local only. When running offline, there are now no more failing network calls

@alhendrickson alhendrickson merged commit 7b19362 into main Jun 17, 2026
8 checks passed
@alhendrickson alhendrickson deleted the fix/medcat-service/gradio-offline branch June 17, 2026 11:31
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.

2 participants