Spaces:
Build error
Build error
Commit
·
3c95783
1
Parent(s):
c5dd0e1
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
import gradio as gr
|
2 |
|
3 |
-
|
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()
|
|
|
|
|
|
|
|
|
|
|
|