Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
a6c52aa
1
Parent(s):
57cb654
Update app.py
Browse files
app.py
CHANGED
@@ -9,4 +9,4 @@ examples = [
|
|
9 |
['Paris is the capital of']
|
10 |
]
|
11 |
|
12 |
-
gr.Interface.load("huggingface/openai-gpt", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples
|
|
|
9 |
['Paris is the capital of']
|
10 |
]
|
11 |
|
12 |
+
gr.Interface.load("huggingface/openai-gpt", inputs=gr.inputs.Textbox(lines=5, label="Input Text"),title=title,description=description,article=article, examples=examples).launch(enable_queue=True)
|