sayakpaul HF staff commited on
Commit
53669bb
·
verified ·
1 Parent(s): 712902d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py CHANGED
@@ -1,3 +1,6 @@
 
 
 
1
  import gradio as gr
2
  from app_utils import prepare_pipeline, compute_hash
3
  import os
 
1
+ import subprocess
2
+ subprocess.run("pip install q8_kernels-0.0.0-cp39-cp39-linux_x86_64.whl".split())
3
+
4
  import gradio as gr
5
  from app_utils import prepare_pipeline, compute_hash
6
  import os