Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -106,9 +106,18 @@ 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.
|
110 |
-
|
111 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.Interface(
|
110 |
+
iFrame(
|
111 |
+
label=" ",
|
112 |
+
value=("""
|
113 |
+
<iframe
|
114 |
+
src="https://peachtechai-colleague-scribe.hf.space"
|
115 |
+
frameborder="0"
|
116 |
+
width="1850"
|
117 |
+
height="1450"
|
118 |
+
></iframe>"""),
|
119 |
+
show_label=True)
|
120 |
+
)
|
121 |
|
122 |
mf_transcribe = gr.Interface(
|
123 |
fn=transcribe,
|