MrAli813 commited on
Commit
5792e95
·
verified ·
1 Parent(s): 23206da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -1,8 +1,8 @@
1
  import gradio as gr
2
 
3
  gr.load("models/google/gemma-7b",
4
- provider="hf-inference",
5
- title=" ",
6
  description="Writer's block? Paste in your words, sentences, and paragraphs, submit, edit, re-submit, COLLEAGUE will assist you",
7
  examples=["In the interim we would like to","I really appreciate that", "The inverse, equally naive view is that you can fix this by changing the diversity of the team building the system: if you"],
8
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()
 
1
  import gradio as gr
2
 
3
  gr.load("models/google/gemma-7b",
4
+
5
+ title=" ",
6
  description="Writer's block? Paste in your words, sentences, and paragraphs, submit, edit, re-submit, COLLEAGUE will assist you",
7
  examples=["In the interim we would like to","I really appreciate that", "The inverse, equally naive view is that you can fix this by changing the diversity of the team building the system: if you"],
8
  theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate")).launch()