Spaces:
Sleeping
Sleeping
Adam Helmi
commited on
Commit
·
d16b7ad
1
Parent(s):
46af600
My bad
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ from transformers import MBartForConditionalGeneration, MBartTokenizer, MBartCon
|
|
9 |
|
10 |
# Load and display index.html
|
11 |
html_string = open('index.html', 'r').read()
|
12 |
-
components.html(html_string, height=100%)
|
13 |
|
14 |
# Load model and tokenizer at startup
|
15 |
MODEL_PATH = "GobLyne/Rumi-Jawi-Translater" # Path to your model folder
|
|
|
9 |
|
10 |
# Load and display index.html
|
11 |
html_string = open('index.html', 'r').read()
|
12 |
+
components.html(html_string, height="100%")
|
13 |
|
14 |
# Load model and tokenizer at startup
|
15 |
MODEL_PATH = "GobLyne/Rumi-Jawi-Translater" # Path to your model folder
|