Elron commited on
Commit
3618821
1 Parent(s): da4afe9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -1,3 +1,5 @@
1
- from unitxt.ui import launch
2
 
3
- launch()
 
 
 
1
+ import unitxt
2
 
3
+ unitxt.settings.allow_unverified_code = True
4
+
5
+ unitxt.ui.launch()