Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jaeyoungk
/
sgecon
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
jaeyoungk
commited on
Nov 16, 2023
Commit
db4592e
·
1 Parent(s):
df06dc3
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("
RAIJAY
/
7B_QA_68348
", src="models")
4
5
demo.launch()