Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
abidlabs
/
examples
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
abidlabs
HF Staff
commited on
Jan 29
Commit
6d901f1
·
verified
·
1 Parent(s):
5fc6e77
Upload flow.py with huggingface_hub
Browse files
Files changed (1)
hide
show
flow.py
+8
-0
flow.py
ADDED
Viewed
@@ -0,0 +1,8 @@
1
+
import gradio as gr
2
+
3
+
import groovy as gv
4
+
5
+
flow = gv.Flow("navigate to {}", [gr.Textbox("hf.co")])
6
+
7
+
if __name__ == "__main__":
8
+
flow.launch()