MrAli813 commited on
Commit
f6bb188
1 Parent(s): 308ddec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -107,13 +107,13 @@ A4 = gr.load(
107
  examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
108
 
109
  A5 = gr.Interface(
110
- <iframe
111
- src="https://peachtechai-colleague-scribe.hf.space"
112
- frameborder="0"
113
- width="850"
114
- height="450"
115
- ></iframe>
116
- )
117
 
118
  mf_transcribe = gr.Interface(
119
  fn=transcribe,
 
107
  examples=["A gigantic celtic leprechaun wandering the streets of downtown Atlanta","A child eating pizza in a Brazilian favela"])
108
 
109
  A5 = gr.Interface(
110
+ value=("""
111
+ <iframe
112
+ src="https://peachtechai-colleague-scribe.hf.space"
113
+ frameborder="0"
114
+ width="1850"
115
+ height="1450"
116
+ ></iframe>"""),
117
 
118
  mf_transcribe = gr.Interface(
119
  fn=transcribe,