Update app.py
Browse files
app.py
CHANGED
@@ -10,4 +10,4 @@ examples = [
|
|
10 |
|
11 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
12 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
13 |
-
title=title, examples=examples
|
|
|
10 |
|
11 |
gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
|
12 |
inputs=gr.inputs.Textbox(lines=5, label="Input Text"),
|
13 |
+
title=title, examples=examples).launch();
|