ffreemt commited on
Commit
afd0295
·
1 Parent(s): 7e565a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ import gradio
2
+
3
+ gradio.load("models/upstage/Llama-2-70b-instruct").queue(max_size=3).launch()