Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
ndg04041
/
test
like
0
Sleeping
App
Files
Files
Community
ndg04041
commited on
Mar 19
Commit
6e67f72
•
1 Parent(s):
4bb1b90
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
def convert_to_upper():
2
3
1
+
import gradio as gr
2
+
3
def convert_to_upper():
4
5