Spaces:
Running
Running
Javierss
commited on
Commit
路
785d83c
1
Parent(s):
d8a8064
Rm unnecesary file
Browse files- __pycache__/app.cpython-311.pyc +0 -0
- app_test.py +0 -15
- data/ranking.txt +0 -24
__pycache__/app.cpython-311.pyc
CHANGED
Binary files a/__pycache__/app.cpython-311.pyc and b/__pycache__/app.cpython-311.pyc differ
|
|
app_test.py
DELETED
@@ -1,15 +0,0 @@
|
|
1 |
-
|
2 |
-
import time
|
3 |
-
import gradio as gr
|
4 |
-
|
5 |
-
|
6 |
-
def slow_echo(message, history):
|
7 |
-
for i in range(len(message)):
|
8 |
-
time.sleep(0.05)
|
9 |
-
yield "You typed: " + message[: i + 1]
|
10 |
-
|
11 |
-
|
12 |
-
demo = gr.ChatInterface(slow_echo).queue()
|
13 |
-
|
14 |
-
if __name__ == "__main__":
|
15 |
-
demo.launch()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
data/ranking.txt
CHANGED
@@ -1,24 +0,0 @@
|
|
1 |
-
['#22', 'ring', 2.82]
|
2 |
-
---------------------------
|
3 |
-
['#10', 'prado', 5.47]
|
4 |
-
['#6', 'lugar', 5.35]
|
5 |
-
['#15', 'robar', 5.31]
|
6 |
-
['#7', 'campo', 5.18]
|
7 |
-
['#14', 'robo', 5.02]
|
8 |
-
['#2', 'loco', 4.74]
|
9 |
-
['#21', 'lucha', 4.65]
|
10 |
-
['#18', 'palabra', 4.39]
|
11 |
-
['#3', 'persona', 4.33]
|
12 |
-
['#1', 'amigo', 4.27]
|
13 |
-
['#19', 'dispositivo', 4.25]
|
14 |
-
['#8', 'habitaci贸n', 4.19]
|
15 |
-
['#13', 'polic铆a', 4.1]
|
16 |
-
['#12', 'policia', 3.57]
|
17 |
-
['#17', 'invento', 3.54]
|
18 |
-
['#16', 'ni帽o', 3.44]
|
19 |
-
['#9', 'personal', 3.18]
|
20 |
-
['#20', 'pelea', 3.12]
|
21 |
-
['#22', 'ring', 2.82]
|
22 |
-
['#4', 'imbecil', 2.81]
|
23 |
-
['#11', 'vaca', 2.13]
|
24 |
-
['#5', 'psic贸logo', 2.05]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|