Ipkc commited on
Commit
52d5362
1 Parent(s): 474377f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -6,6 +6,6 @@ description="Input text and submit,"
6
 
7
 
8
  model1=gr.Interface.load('huggingface/EleutherAI/gpt-neo-1.3B')
9
- model2=gr.Interface.load('huggingface/bigscience/bloom-560m')
10
 
11
- gr.Parallel(model1,model2, title=title, description=description).launch()
 
 
6
 
7
 
8
  model1=gr.Interface.load('huggingface/EleutherAI/gpt-neo-1.3B')
 
9
 
10
+
11
+ gr.Parallel(model1, title=title, description=description).launch()