Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Toshifumi
/
TOSHISTATS-supercar-classifier
like
0
Runtime error
App
Files
Files
Community
Toshifumi
commited on
Jan 11, 2023
Commit
235bec6
•
1 Parent(s):
f1b0482
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -1,3 +1,5 @@
1
import gradio as gr
2
3
from tensorflow.keras.models import load_model
1
+
import tensorflow as tf
2
+
3
import gradio as gr
4
5
from tensorflow.keras.models import load_model