Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML").launch()
|
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
# gr.Interface.load("models/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML").launch()
|
4 |
+
gr.load("models/s3nh/garage-bAInd-Stable-Platypus2-13B-GGML").queue(max_size=5.launch(debug=True)
|