Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mr-Bhaskar
/
test3
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Mr-Bhaskar
commited on
Jun 12, 2024
Commit
7e602d0
·
verified
·
1 Parent(s):
e9bcaca
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -1,5 +1,5 @@
1
import gradio as gr
2
3
-
demo = gr.load("
Helsinki
-
NLP
/
opus
-
mt
-
en-es
", src="models")
4
5
demo.launch()
1
import gradio as gr
2
3
+
demo = gr.load("
Mr
-
Bhaskar
/
fbt
-
mistral
-
7b
", src="models")
4
5
demo.launch()