Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ with gr.Blocks() as demo:
|
|
38 |
|
39 |
tab1 = gr.Interface.load("huggingface/gpt2", description=description1)
|
40 |
tab2 = gr.Parallel(model1, model2, model3, inputs=gr.Textbox(lines=5, label="Input explicit or implicit instructions"), description=description2, examples=examples)
|
41 |
-
tab3 = demo
|
42 |
|
43 |
demo1 = gr.TabbedInterface([tab1, tab2, tab3], ["Level 1", "Level 3", "Level 5"], title=title, description=description)
|
44 |
|
|
|
38 |
|
39 |
tab1 = gr.Interface.load("huggingface/gpt2", description=description1)
|
40 |
tab2 = gr.Parallel(model1, model2, model3, inputs=gr.Textbox(lines=5, label="Input explicit or implicit instructions"), description=description2, examples=examples)
|
41 |
+
tab3 = demo
|
42 |
|
43 |
demo1 = gr.TabbedInterface([tab1, tab2, tab3], ["Level 1", "Level 3", "Level 5"], title=title, description=description)
|
44 |
|