truongghieu commited on
Commit
3c95783
·
1 Parent(s): c5dd0e1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -7
app.py CHANGED
@@ -1,9 +1,3 @@
1
  import gradio as gr
2
 
3
- with gr.Blocks() as demo:
4
- with gr.Tab("Translate to Spanish"):
5
- gr.load("gradio/helsinki_translation_en_es", src="spaces")
6
- with gr.Tab("Translate to French"):
7
- gr.load("abidlabs/en2fr", src="spaces")
8
-
9
- demo.launch()
 
1
  import gradio as gr
2
 
3
+ gr.load("models/meta-llama/Llama-2-7b-hf").launch()