Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Metformin
/
test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Metformin
commited on
Jan 22, 2023
Commit
0466e9c
·
1 Parent(s):
ce7f643
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
-
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
+
import tensorflow
3
def greet(name):
4
return "Hello " + name + "!!"
5