Update app.py
Browse files
app.py
CHANGED
@@ -225,6 +225,11 @@ mic_transcribe = gr.Interface(
|
|
225 |
|
226 |
# 메인 애플리케이션
|
227 |
demo = gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css)
|
|
|
|
|
|
|
|
|
|
|
228 |
with demo:
|
229 |
gr.TabbedInterface(
|
230 |
[file_transcribe, mic_transcribe],
|
|
|
225 |
|
226 |
# 메인 애플리케이션
|
227 |
demo = gr.Blocks(theme="Yntec/HaleyCH_Theme_Orange", css=css)
|
228 |
+
|
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 |
+
|
233 |
with demo:
|
234 |
gr.TabbedInterface(
|
235 |
[file_transcribe, mic_transcribe],
|