Spaces:
Sleeping
Sleeping
GuillermoPuma
commited on
Commit
·
14568fc
1
Parent(s):
9adc594
repo
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@ def same_or_different(audio1, audio2):
|
|
6 |
code = """<py-script> print('Hello, World!') </py-script>"""
|
7 |
# "<a style='color:#eb9f59;' href = 'https://github.com/gandres-dev/Hackaton-Common-Voice'> Repositorio de la app"
|
8 |
return code
|
9 |
-
description = "<a style='color:#eb9f59;' href = 'prueba.html'> Repositorio de la app"
|
|
|
10 |
|
11 |
iface = gr.Interface(fn=same_or_different, inputs=["text", "text"], outputs="html", description=description).launch()
|
|
|
6 |
code = """<py-script> print('Hello, World!') </py-script>"""
|
7 |
# "<a style='color:#eb9f59;' href = 'https://github.com/gandres-dev/Hackaton-Common-Voice'> Repositorio de la app"
|
8 |
return code
|
9 |
+
#description = "<a style='color:#eb9f59;' href = 'prueba.html'> Repositorio de la app"
|
10 |
+
description = "<a style='color:#eb9f59;' href = 'https://github.com/gandres-dev/Hackaton-Common-Voice'> Repositorio de la app"
|
11 |
|
12 |
iface = gr.Interface(fn=same_or_different, inputs=["text", "text"], outputs="html", description=description).launch()
|