Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -110,7 +110,7 @@ A5 = gr.load(
|
|
110 |
"models/google/gemma-7b",
|
111 |
title=" ",
|
112 |
description="Writer's block? Enter your text and let COLLEAGUE assist you",
|
113 |
-
examples=["It is our","In the interim, we"]
|
114 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
115 |
|
116 |
mf_transcribe = gr.Interface(
|
|
|
110 |
"models/google/gemma-7b",
|
111 |
title=" ",
|
112 |
description="Writer's block? Enter your text and let COLLEAGUE assist you",
|
113 |
+
examples=["It is our","In the interim, we"],
|
114 |
theme= gr.themes.Glass(primary_hue="neutral", neutral_hue="slate"))
|
115 |
|
116 |
mf_transcribe = gr.Interface(
|