Wootang01 commited on
Commit
b6108bf
1 Parent(s): 8aa4440

Please spell Parallel and College carefully!

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,11 +1,11 @@
1
  import gradio as gr
2
- from gradio.mix import Paralle
3
 
4
  title="My First Text Generation"
5
  description="Input Text"
6
  examples = [
7
  ["Once apon a time"]
8
- ["Dr Woo was teaching a coding workshop at Hong Kong True Light Collage"]
9
  ]
10
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  gr.Interface.load("huggingface/gpt2")
 
1
  import gradio as gr
2
+ from gradio.mix import Parallel
3
 
4
  title="My First Text Generation"
5
  description="Input Text"
6
  examples = [
7
  ["Once apon a time"]
8
+ ["Dr Woo was teaching a coding workshop at Hong Kong True Light College"]
9
  ]
10
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B")
11
  gr.Interface.load("huggingface/gpt2")