We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bcbd3f commit b82aa6fCopy full SHA for b82aa6f
.changeset/floppy-pandas-appear.md
@@ -0,0 +1,5 @@
1
+---
2
+"gradio": minor
3
4
+
5
+feat:Disable sagemaker_check() for now
gradio/blocks.py
@@ -2523,7 +2523,9 @@ def reverse(text):
2523
# So we need to manually cancel them. See `self.close()`..
2524
self.startup_events()
2525
2526
- self.is_sagemaker = utils.sagemaker_check()
+ self.is_sagemaker = (
2527
+ False # TODO: fix Gradio's behavior in sagemaker and other hosted notebooks
2528
+ )
2529
if share is None:
2530
if self.is_colab:
2531
if not quiet:
0 commit comments