Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nvn1729
/
hello-world
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
nvn1729
commited on
Jun 12, 2024
Commit
2d3df02
·
verified
·
1 Parent(s):
7a7b610
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
def show_json(text):
2
return text
3
1
+
import gradio as gr
2
+
3
def show_json(text):
4
return text
5