mikeee commited on
Commit
051799c
1 Parent(s): d5413d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ # import gradio as gr
2
+ # gr.Interface.load("huggingface/MoritzLaurer/mDeBERTa-v3-base-mnli-xnli").launch()
3
+ # Linly-AI/Chinese-LLaMA-7B
4
+ import gradio
5
+
6
+ gradio.load("Linly-AI/Chinese-LLaMA-7B").launch()