meetsuki commited on
Commit
5eed3cc
1 Parent(s): ef719fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -5
app.py CHANGED
@@ -1,8 +1,4 @@
1
- conda install -c conda-forge cudatoolkit=11.2 cudnn=8.1.0
2
- # Anything above 2.10 is not supported on the GPU on Windows Native
3
- python -m pip install "tensorflow<2.11"
4
- # Verify install:
5
- python -c "import tensorflow as tf; print(tf.config.list_physical_devices('GPU'))"
6
 
7
  import gradio as gr
8
  import tensorflow as tf
 
1
+ pip install huggingface_hub["tensorflow"]
 
 
 
 
2
 
3
  import gradio as gr
4
  import tensorflow as tf