mirror of
https://github.com/gradio-app/gradio.git
synced 2025-02-11 11:19:58 +08:00
Tweak message shown in Colab notebooks (#9662)
* colab message * add changeset --------- Co-authored-by: gradio-pr-bot <gradio-pr-bot@users.noreply.github.com>
This commit is contained in:
parent
363ef385f9
commit
b1c5a68f90
5
.changeset/afraid-papayas-own.md
Normal file
5
.changeset/afraid-papayas-own.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"gradio": minor
|
||||
---
|
||||
|
||||
feat:Tweak message shown in Colab notebooks
|
@ -2541,7 +2541,7 @@ Received inputs:
|
||||
if self.is_colab:
|
||||
if not quiet:
|
||||
print(
|
||||
"Setting queue=True in a Colab notebook requires sharing enabled. Setting `share=True` (you can turn this off by setting `share=False` in `launch()` explicitly).\n"
|
||||
"Running Gradio in a Colab notebook requires sharing enabled. Automatically setting `share=True` (you can turn this off by setting `share=False` in `launch()` explicitly).\n"
|
||||
)
|
||||
self.share = True
|
||||
elif self.is_kaggle:
|
||||
|
Loading…
Reference in New Issue
Block a user