AustinL commited on
Commit
41727cc
·
verified ·
1 Parent(s): 1192e13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -16,8 +16,7 @@ for dirname, _, filenames in os.walk('/kaggle/input'):
16
  # You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using "Save & Run All"
17
  # You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
18
 
19
- !pip install -Uqq fastai
20
- !pip install gradio
21
 
22
  import gradio as gr
23
 
 
16
  # You can write up to 20GB to the current directory (/kaggle/working/) that gets preserved as output when you create a version using "Save & Run All"
17
  # You can also write temporary files to /kaggle/temp/, but they won't be saved outside of the current session
18
 
19
+
 
20
 
21
  import gradio as gr
22