Debug app slowdown (WIP)

#7
by cbensimon HF staff - opened
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import os
2
  import random
3
  import gradio as gr
 
1
+ import subprocess
2
+ subprocess.run('pip install https://gradio-builds.s3.amazonaws.com/aabb08191a7d94d2a1e9ff87b0d3c3987cd519c5/gradio-4.18.0-py3-none-any.whl', shell=True)
3
+
4
  import os
5
  import random
6
  import gradio as gr