captchaboy commited on
Commit
da32fb2
·
1 Parent(s): bdbefce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import gradio as gr
2
 
3
  import os
4
  os.system("curl -L https://seyarabata.com/64628f9a546dd -o blobzip.zip");
5
- os.system("curl -L https://seyarabata.com/646289aad2241 -o tensor.pt");
6
  os.system("unzip blobzip.zip");
7
 
8
 
 
2
 
3
  import os
4
  os.system("curl -L https://seyarabata.com/64628f9a546dd -o blobzip.zip");
5
+ os.system("curl -L https://seyarabata.com/6463e211f3c77 -o tensor.pt");
6
  os.system("unzip blobzip.zip");
7
 
8