Hugging Face
Models
Datasets
Spaces
Community
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 23, 2023
Commit
b0ed486
·
1 Parent(s):
3fdb9f4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,6 @@
1
import gradio as gr
2
-
#
import tensorflow
3
def greet(name):
4
return "Hello " + name + "!!"
5
1
import gradio as gr
2
+
import tensorflow
3
+
from tensorflow import keras
4
def greet(name):
5
return "Hello " + name + "!!"
6