Update requirements.txt
Browse files- requirements.txt +8 -6
requirements.txt
CHANGED
@@ -9,6 +9,11 @@ asyncio
|
|
9 |
# π Task master - "asyncio.create_task(func())" launches parallel action heroes!
|
10 |
# π Loop de loop - "asyncio.run(main())" runs your async empire smoothly!
|
11 |
|
|
|
|
|
|
|
|
|
|
|
12 |
websockets
|
13 |
# π Web chat zap - "async with websockets.connect('ws://...')" links chat galaxies!
|
14 |
# π‘ Send it fast - "await websocket.send('Hi!')" beams messages at lightspeed!
|
@@ -24,11 +29,6 @@ audio-recorder-streamlit
|
|
24 |
# π Sound bite - "if audio: st.audio(audio)" plays back your epic words!
|
25 |
# π¨οΈ Chat blast - "text = process(audio); st.write(text)" turns speech to text magic!
|
26 |
|
27 |
-
nest-asyncio
|
28 |
-
# π Loop savior - "nest_asyncio.apply()" fixes nested async woes with a wink!
|
29 |
-
# π Run again - "asyncio.run(main())" now works inside Streamlitβs loop party!
|
30 |
-
# β²οΈ Time bender - "nest_asyncio.apply(); await asyncio.sleep(2)" bends time effortlessly!
|
31 |
-
|
32 |
pillow
|
33 |
# πΌοΈ Pic power - "img = Image.open('cool.png')" unleashes image wizardry!
|
34 |
# π¨ Color swap - "img.convert('RGB')" transforms visuals like a pro!
|
@@ -37,4 +37,6 @@ pillow
|
|
37 |
streamlit-paste-button
|
38 |
# π Paste magic - "result = paste_image_button('Paste')" snags clipboard images with flair!
|
39 |
# πΌοΈ Show it off - "if result.image_data: st.image(result.image_data)" flashes pasted pics!
|
40 |
-
# πΎ Save it quick - "filename = save_pasted_image(result.image_data)" names and stores your art!
|
|
|
|
|
|
9 |
# π Task master - "asyncio.create_task(func())" launches parallel action heroes!
|
10 |
# π Loop de loop - "asyncio.run(main())" runs your async empire smoothly!
|
11 |
|
12 |
+
nest-asyncio
|
13 |
+
# π Loop savior - "nest_asyncio.apply()" fixes nested async woes with a wink!
|
14 |
+
# π Run again - "asyncio.run(main())" now works inside Streamlitβs loop party!
|
15 |
+
# β²οΈ Time bender - "nest_asyncio.apply(); await asyncio.sleep(2)" bends time effortlessly!
|
16 |
+
|
17 |
websockets
|
18 |
# π Web chat zap - "async with websockets.connect('ws://...')" links chat galaxies!
|
19 |
# π‘ Send it fast - "await websocket.send('Hi!')" beams messages at lightspeed!
|
|
|
29 |
# π Sound bite - "if audio: st.audio(audio)" plays back your epic words!
|
30 |
# π¨οΈ Chat blast - "text = process(audio); st.write(text)" turns speech to text magic!
|
31 |
|
|
|
|
|
|
|
|
|
|
|
32 |
pillow
|
33 |
# πΌοΈ Pic power - "img = Image.open('cool.png')" unleashes image wizardry!
|
34 |
# π¨ Color swap - "img.convert('RGB')" transforms visuals like a pro!
|
|
|
37 |
streamlit-paste-button
|
38 |
# π Paste magic - "result = paste_image_button('Paste')" snags clipboard images with flair!
|
39 |
# πΌοΈ Show it off - "if result.image_data: st.image(result.image_data)" flashes pasted pics!
|
40 |
+
# πΎ Save it quick - "filename = save_pasted_image(result.image_data)" names and stores your art!
|
41 |
+
|
42 |
+
pyPDF2
|