Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nateraw
/
jupyterlab-test2
like
1
Paused
App
Files
Files
Community
5
Fetching metadata from the HF Docker repository...
nateraw
commited on
Apr 19, 2023
Commit
bbe2522
·
1 Parent(s):
516cb7a
Create app.py
Browse files
Files changed (1)
hide
show
app.py
+3
-0
app.py
ADDED
Viewed
@@ -0,0 +1,3 @@
1
+
import gradio as gr
2
+
3
+
gr.Interface(lambda x: f"Hello, {x}!", "text", "text").launch()