Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
import matplotlib.pyplot as plt
|
|
|
3 |
|
4 |
from huggingface_hub import from_pretrained_keras
|
5 |
seed = gr.inputs.Slider(step = 1)
|
|
|
1 |
import gradio as gr
|
2 |
import matplotlib.pyplot as plt
|
3 |
+
import tensorflow as tf
|
4 |
|
5 |
from huggingface_hub import from_pretrained_keras
|
6 |
seed = gr.inputs.Slider(step = 1)
|