Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
gr.Interface.load("models/concise/LLaMa-V2-13B-Chat_Quantized_fp16").launch()
|
|
|
1 |
import gradio as gr
|
2 |
|
3 |
+
gr.Interface.load("models/concise/LLaMa-V2-13B-Chat_Quantized_fp16/LLaMa.V2_13B-Chat-f16-q5_0.bin").launch()
|