Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
enio
/
sentiment
like
0
Runtime error
App
Files
Files
Community
enio
commited on
Sep 29, 2022
Commit
30b9217
•
1 Parent(s):
23117a0
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -1,4 +1,5 @@
1
import gradio as gr
2
3
reloaded_model = tf.saved_model.load("./")
4
1
import gradio as gr
2
+
import tensorflow as tf
3
4
reloaded_model = tf.saved_model.load("./")
5