How is LLaVA demo run with --embed
argument set when run via <gradio-app>?
#841
-
I see when the https://llava.hliu.cc/ demo is embedded in the project page https://llava-vl.github.io/ using: <gradio-app src="https://llava.hliu.cc"></gradio-app> Somehow the I didn't understand how this Could you link to documentation about this or explain how it works? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I used to have an embeded gradio frontend specifically for the project page to hide the header/footer, hosted on a separate domain (e.g. llava-embed.hliu.cc). But this was abandoned back in June, so |
Beta Was this translation helpful? Give feedback.
-
Ok, I will rephrase so the answer is clearer for others who may be interested PreviouslyWhen the demo was embedded using Haotian clarified that instead of using the embed argument, the NowBoth the full page demo and embedded demo display the header and footer |
Beta Was this translation helpful? Give feedback.
Ok, I will rephrase so the answer is clearer for others who may be interested
Previously
When the demo was embedded using
<gradio-app>
the header and footer were hidden.I saw the embed_mode was used to control this and thought
--embed
must be set somehow.Haotian clarified that instead of using the embed argument, the
<gradio-app>
was actually referring to a different instance of the demo. (llava-embed.hliu.cc vs llava.hliu.cc)Now
Both the full page demo and embedded demo display the header and footer