Wootang01 commited on
Commit
fa6c1cc
·
1 Parent(s): 1b17c2e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.launch()
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