KoRiF commited on
Commit
0d988d1
·
1 Parent(s): d51d799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -0
app.py CHANGED
@@ -1,3 +1,10 @@
 
 
 
 
 
 
 
1
  import gradio as gr
2
  import numpy as np
3
  import torch
 
1
+ import os
2
+
3
+ os.system('cmd /c "wget https://www.isi.edu/~ulf/uroman/downloads/uroman-v1.2.7.tar.gz"')
4
+ os.system('cmd /c "mkdir uroman"')
5
+ os.system('cmd /c "tar -zxvf ./uroman-v1.2.7.tar.gz -C ./uroman"')
6
+ os.system('cmd /c "chmod +x ./uroman/bin/uroman.pl"')
7
+
8
  import gradio as gr
9
  import numpy as np
10
  import torch