guillermo2323 commited on
Commit
25207ce
·
verified ·
1 Parent(s): 19b1918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,3 +1,3 @@
1
- importar gradio como gr
2
 
3
- gr.load( "modelos/BSC-LT/ALIA-40b" ).launch()
 
1
+ import gradio as gr
2
 
3
+ gr.load("models/BSC-LT/ALIA-40b").launch()