Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
locfuho
/
Test1
like
0
Sleeping
App
Files
Files
Community
locfuho
commited on
May 9, 2023
Commit
8597b4c
•
1 Parent(s):
812c2f1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import gradio as gr
2
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
3
+
print("hello world")
4
def greet(name):
5
return "Hello " + name + "!!"
6