Spaces:
Sleeping
Sleeping
Adam Helmi
commited on
Commit
·
6d0fffb
1
Parent(s):
d16b7ad
no message
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=
|
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=1200)
|
13 |
|
14 |
# Load model and tokenizer at startup
|
15 |
MODEL_PATH = "GobLyne/Rumi-Jawi-Translater" # Path to your model folder
|