merve HF staff commited on
Commit
574faf8
1 Parent(s): 45c0cf0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)