danilommarano commited on
Commit
911b307
·
1 Parent(s): 7498db7

Revert "Manualy installing gradio 3.50.2"

Browse files

This reverts commit 5fe2fb285742feac348407628e596c8f5b21c564.

Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,8 +1,5 @@
1
  import tensorflow as tf
2
  import gradio as gr
3
- import os
4
- os.system("pip uninstall -y gradio")
5
- os.system("pip install gradio==3.50.2")
6
 
7
  model = tf.keras.models.load_model('model.h5')
8
 
 
1
  import tensorflow as tf
2
  import gradio as gr
 
 
 
3
 
4
  model = tf.keras.models.load_model('model.h5')
5