Update app.py
Browse files
app.py
CHANGED
@@ -222,20 +222,19 @@ mic_transcribe = gr.Interface(
|
|
222 |
description="λ§μ΄ν¬λ‘ μμ±μ λ
Ήμνμ¬ ν
μ€νΈλ‘ λ³ννκ±°λ λ²μν μ μμ΅λλ€.",
|
223 |
flagging_mode="never"
|
224 |
)
|
225 |
-
|
226 |
-
# λ©μΈ μ ν리μΌμ΄μ
|
227 |
demo = gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css)
|
228 |
|
229 |
-
|
230 |
-
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-badassgi.hf.space&countColor=%23263759" />
|
231 |
-
</a>""")
|
232 |
-
|
233 |
with demo:
|
|
|
|
|
|
|
234 |
gr.TabbedInterface(
|
235 |
[file_transcribe, mic_transcribe],
|
236 |
["μ€λμ€ νμΌ", "λ§μ΄ν¬ λ
Ήμ"]
|
237 |
)
|
238 |
|
|
|
239 |
# μ ν리μΌμ΄μ
μ€ν
|
240 |
demo.queue().launch(
|
241 |
server_name="0.0.0.0",
|
|
|
222 |
description="λ§μ΄ν¬λ‘ μμ±μ λ
Ήμνμ¬ ν
μ€νΈλ‘ λ³ννκ±°λ λ²μν μ μμ΅λλ€.",
|
223 |
flagging_mode="never"
|
224 |
)
|
|
|
|
|
225 |
demo = gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css)
|
226 |
|
227 |
+
# Remove the extra indentation from gr.HTML
|
|
|
|
|
|
|
228 |
with demo:
|
229 |
+
gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Fopenfree-badassgi.hf.space">
|
230 |
+
<img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Fopenfree-badassgi.hf.space&countColor=%23263759" />
|
231 |
+
</a>""")
|
232 |
gr.TabbedInterface(
|
233 |
[file_transcribe, mic_transcribe],
|
234 |
["μ€λμ€ νμΌ", "λ§μ΄ν¬ λ
Ήμ"]
|
235 |
)
|
236 |
|
237 |
+
|
238 |
# μ ν리μΌμ΄μ
μ€ν
|
239 |
demo.queue().launch(
|
240 |
server_name="0.0.0.0",
|