Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
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,
|