mashedpotatotime commited on
Commit
04a8534
β€’
1 Parent(s): 80295ae

switch to qa model

Browse files
Files changed (2) hide show
  1. README.md +3 -3
  2. app.py +1 -1
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
  title: Pythia
3
- emoji: πŸ’©
4
- colorFrom: red
5
- colorTo: blue
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
1
  ---
2
  title: Pythia
3
+ emoji: 🐍
4
+ colorFrom: purple
5
+ colorTo: gray
6
  sdk: gradio
7
  app_file: app.py
8
  pinned: false
app.py CHANGED
@@ -1,4 +1,4 @@
1
  import gradio as gr
2
 
3
- iface = gr.Interface.load("huggingface/gpt2", title="Pythia's Mystical Cave", description="Give Pythia some words to ponder...the more the better.", allow_flagging=False).launch()
4
 
1
  import gradio as gr
2
 
3
+ iface = gr.Interface.load("huggingface/deepset/electra-base-squad2", title="Pythia's Mystical Cave", description="Give Pythia some words to ponder...the more the better.", allow_flagging=False).launch()
4