mkfain commited on
Commit
0f70673
·
verified ·
1 Parent(s): 8cbef3b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -1,4 +1,6 @@
1
  import gradio as gr
 
 
2
 
3
  with gr.Blocks(fill_height=True) as demo:
4
  with gr.Sidebar():
 
1
  import gradio as gr
2
+ import os
3
+ os.system("pip install blobfile")
4
 
5
  with gr.Blocks(fill_height=True) as demo:
6
  with gr.Sidebar():