Gradio UI launch with "share=True" #1324
Replies: 5 comments 3 replies
-
@jinwoongyoo did you manage to expose the user interface from your server? |
Beta Was this translation helpful? Give feedback.
-
No, not yet.
…On Sat, Mar 16, 2024 at 12:48 AM annahambi ***@***.***> wrote:
@jinwoongyoo <https://github.com/jinwoongyoo> did you manage to expose
the user interface from your server?
—
Reply to this email directly, view it on GitHub
<#1324 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKS3O7ETVAX7AY2FNWVGRTYYPFIHAVCNFSM6AAAAAA73POV3OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4DQMBZGQ2DM>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
You need to do the install step with ui and local. I have a recent video which shows the steps for installing on Ubuntu. https://youtu.be/elBzQAOpQhE?feature=shared -Brad |
Beta Was this translation helpful? Give feedback.
-
Thanks for your comment. My original intent was to use it for remote
server, which may not be supported originally. No worries. Thanks. Regards,
Jinwoong
…On Sun, May 26, 2024 at 6:19 PM BradHutchings ***@***.***> wrote:
You need to do the install step with ui and local. I have a recent video
which shows the steps for installing on Ubuntu.
https://youtu.be/elBzQAOpQhE?feature=shared
-Brad
—
Reply to this email directly, view it on GitHub
<#1324 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ADKS3OZ6QTCUZT5CDYSN2JLZEJNXLAVCNFSM6AAAAAA73POV3OVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TKNRUGM3TK>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi, I am not using Ubuntu. Did anyone make it work on Mac? Using Mac as a host computer for PrivateGPT |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am testing privateGPT on a server with GPUs not only local computer.
Installation went through without any issue and it fires up smoothly with no error.
However, I cannot see the UI through the localhost:8001 due to the fact that I am testing remotely.
I wonder if the privateGPT UI can be set with "share=True" at private_gpt/ui/ui.py as below?
_blocks.launch(debug=False, show_api=False, share=True)
Previously, I had run gradio with the "share=True" option and I was able to open the public url.
With the privateGPT, it does not provide the public url even when I change the private_gpt/ui/ui.py as above.
Any input will be greatly appreciated.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions