MrAli813 commited on
Commit
07213e2
·
verified ·
1 Parent(s): e8aa918

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -106,10 +106,7 @@ 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
- "models/google/gemma-7b",
111
- title=" ",
112
- )
113
 
114
  mf_transcribe = gr.Interface(
115
  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
 
111
  mf_transcribe = gr.Interface(
112
  fn=transcribe,