Spaces:
Runtime error
Runtime error
Jamshaid89
commited on
Commit
•
719da84
1
Parent(s):
ddd1ddb
Added gradio import line
Browse files
app.py
CHANGED
@@ -3,6 +3,7 @@ import tensorflow as tf
|
|
3 |
from tensorflow import keras
|
4 |
from keras.layers import Input , Lambda , Dense , Flatten , Rescaling
|
5 |
from keras.models import Model
|
|
|
6 |
# Display
|
7 |
from IPython.display import Image, display
|
8 |
import matplotlib.pyplot as plt
|
|
|
3 |
from tensorflow import keras
|
4 |
from keras.layers import Input , Lambda , Dense , Flatten , Rescaling
|
5 |
from keras.models import Model
|
6 |
+
import gradio as gr
|
7 |
# Display
|
8 |
from IPython.display import Image, display
|
9 |
import matplotlib.pyplot as plt
|