mirror of
https://github.com/gradio-app/gradio.git
synced 2025-01-30 11:00:11 +08:00
updated demo
This commit is contained in:
parent
8d6ab2eec0
commit
1a4d14af97
@ -47,18 +47,19 @@
|
||||
},
|
||||
{
|
||||
"cell_type": "code",
|
||||
"execution_count": 6,
|
||||
"execution_count": 7,
|
||||
"metadata": {
|
||||
"scrolled": true
|
||||
"scrolled": false
|
||||
},
|
||||
"outputs": [
|
||||
{
|
||||
"name": "stdout",
|
||||
"output_type": "stream",
|
||||
"text": [
|
||||
"Closing existing server...\n",
|
||||
"NOTE: Gradio is in beta stage, please report all bugs to: contact.gradio@gmail.com\n",
|
||||
"Model is running locally at: http://localhost:7862/\n",
|
||||
"To create a public link, set `share=True` in the argument to `launch()`.\n"
|
||||
"Model available publicly at: https://53920.gradio.app -- may take up to a minute to setup.\n"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -75,7 +76,7 @@
|
||||
" "
|
||||
],
|
||||
"text/plain": [
|
||||
"<IPython.lib.display.IFrame at 0x1f6784e2f60>"
|
||||
"<IPython.lib.display.IFrame at 0x1f66392cd68>"
|
||||
]
|
||||
},
|
||||
"metadata": {},
|
||||
@ -83,7 +84,7 @@
|
||||
}
|
||||
],
|
||||
"source": [
|
||||
"io.launch(inline=True, inbrowser=False, share=False, validate=False);"
|
||||
"io.launch(inline=True, inbrowser=False, share=True, validate=False);"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user