Wootang02 commited on
Commit
f21e411
1 Parent(s): 29b30b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,4 +8,4 @@ model1=gr.Interface.load("huggingface/gpt2")
8
  model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
9
  model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
10
 
11
- gr.Interface.load(model2, title=myfirstvariable, description=mylovelysecondvariable).launch()
 
8
  model2=gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B")
9
  model3=gr.Interface.load("huggingface/bigscience/bloom-560m")
10
 
11
+ gr.Interface.load("huggingface/EleutherAI/gpt-neo-1.3B", title=myfirstvariable, description=mylovelysecondvariable).launch()