Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -106,9 +106,9 @@ A4 = gr.load(
|
|
106 |
allow_flagging="never",
|
107 |
examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
|
108 |
|
109 |
-
A5 = gr.load("
|
110 |
title=" ",
|
111 |
-
description="Writer's block?
|
112 |
|
113 |
mf_transcribe = gr.Interface(
|
114 |
fn=transcribe,
|
|
|
106 |
allow_flagging="never",
|
107 |
examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
|
108 |
|
109 |
+
A5 = gr.load("models/google/gemma-7b",
|
110 |
title=" ",
|
111 |
+
description="Writer's block? Enter your words or sentences and let COLLEAGUE assist you")
|
112 |
|
113 |
mf_transcribe = gr.Interface(
|
114 |
fn=transcribe,
|