2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-13 11:57:29 +08:00
aliabid94 b4d9825409
Website: WIP ()
Ported gradio website into gradio repository, now launched as a docker service from gradio/website
2021-12-13 22:02:19 -08:00

863 B

In [ ]:
!pip install -q gradio
In [ ]:
import gradio

gradio.Interface(greet, "text", "text").launch(share=True)