eduardo-alvarez commited on
Commit
06cfc0b
1 Parent(s): 5956ac4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -5,9 +5,9 @@ import os
5
  import gradio
6
 
7
  # work around due to HF Spaces bug
8
- if gradio.__version__ != '4.16.0':
9
- os.system("pip uninstall -y gradio")
10
- os.system("pip install gradio==4.16.0")
11
 
12
  import gradio as gr
13
 
 
5
  import gradio
6
 
7
  # work around due to HF Spaces bug
8
+ #if gradio.__version__ != '4.16.0':
9
+ # os.system("pip uninstall -y gradio")
10
+ # os.system("pip install gradio==4.16.0")
11
 
12
  import gradio as gr
13