freddyaboulton HF staff commited on
Commit
0bdf316
1 Parent(s): 4a3afce

Use latest gradio version

Browse files

This is space is used in a gradio guide and right now the guide is showing empty content where this space should go

Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import os
2
- os.system('pip install gradio===2.8.6')
3
 
4
  import gradio as gr
5
 
 
1
  import os
 
2
 
3
  import gradio as gr
4