Spaces:
Runtime error
Runtime error
Model name fix
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ examples = [
|
|
10 |
['My name is Thomas and my main']
|
11 |
]
|
12 |
|
13 |
-
gr.Interface.load("transfo-xl-wt103", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
|
|
|
10 |
['My name is Thomas and my main']
|
11 |
]
|
12 |
|
13 |
+
gr.Interface.load("models/transfo-xl-wt103", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
|