Funbi commited on
Commit
589fe9a
·
1 Parent(s): 60935fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,10 +1,12 @@
 
 
1
  os.system("pip install gradio==3.11")
2
  os.system("pip install transformers")
3
  os.system("pip install torch")
4
 
5
  import requests
6
  import gradio as gr
7
- import os
8
 
9
 
10
 
 
1
+ import os
2
+
3
  os.system("pip install gradio==3.11")
4
  os.system("pip install transformers")
5
  os.system("pip install torch")
6
 
7
  import requests
8
  import gradio as gr
9
+
10
 
11
 
12