shujianong commited on
Commit
6df195d
1 Parent(s): e9e4d6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -68,9 +68,11 @@ def pkm_predict(image):
68
 
69
  """# Install Gradio #"""
70
 
71
- !pip install -q gradio
 
72
 
73
  import gradio as gr
 
74
  image = gr.inputs.Image()
75
 
76
  iface= gr.Interface(
 
68
 
69
  """# Install Gradio #"""
70
 
71
+ import os
72
+ os.system('pip install gradio==2.8.0b22')
73
 
74
  import gradio as gr
75
+
76
  image = gr.inputs.Image()
77
 
78
  iface= gr.Interface(