Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
# import gradio as gr
|
2 |
-
# gr.Interface.load("huggingface/MoritzLaurer/mDeBERTa-
|
3 |
# Linly-AI/Chinese-LLaMA-7B
|
4 |
import gradio
|
5 |
|
6 |
-
gradio.load("huggingface/Linly-AI/Chinese-LLaMA-7B").launch()
|
|
|
|
1 |
# import gradio as gr
|
2 |
+
# gr.Interface.load("huggingface/MoritzLaurer/mDeBERTa-v 3-base-mnli-xnli").launch()
|
3 |
# Linly-AI/Chinese-LLaMA-7B
|
4 |
import gradio
|
5 |
|
6 |
+
# gradio.load("huggingface/Linly-AI/Chinese-LLaMA-7B").launch()
|
7 |
+
gradio.load("models/Linly-AI/Chinese-Falcon-7B").launch()
|