HUIYI commited on
Commit
4331ebf
1 Parent(s): e89c3c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -3,9 +3,9 @@ import gradio as gr
3
  from gradio.mix import Parallel
4
 
5
  #variables, functions and parameters
6
- model1=gr.Interface.load(huggingface/gpt2")
7
- model2=gr.Interface.load(huggingface/EleutherAI/gpt-j-d")
8
- model3=gr.Interface.load(huggingface/distilgpt2")
9
 
10
  #funcations, parameters and variables
11
  gr.Parallel(model1, model2, model3).launch()
 
3
  from gradio.mix import Parallel
4
 
5
  #variables, functions and parameters
6
+ model1=gr.Interface.load("huggingface/gpt2")
7
+ model2=gr.Interface.load("huggingface/EleutherAI/gpt-j-d")
8
+ model3=gr.Interface.load("huggingface/distilgpt2")
9
 
10
  #funcations, parameters and variables
11
  gr.Parallel(model1, model2, model3).launch()