mnauf
commited on
Commit
·
e615759
1
Parent(s):
50270d9
Added Github badge
Browse files- __pycache__/sample.cpython-38.pyc +0 -0
- app.py +4 -0
__pycache__/sample.cpython-38.pyc
CHANGED
Binary files a/__pycache__/sample.cpython-38.pyc and b/__pycache__/sample.cpython-38.pyc differ
|
|
app.py
CHANGED
@@ -6,6 +6,9 @@ badges = """
|
|
6 |
<span style="margin-right: 5px">
|
7 |
<a href="https://www.linkedin.com/in/mnauf/" target="_blank"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/LinkedIn_Logo.svg/2560px-LinkedIn_Logo.svg.png" alt="Linkedin" width=100 height=auto> </a>
|
8 |
</span>
|
|
|
|
|
|
|
9 |
<span style="margin-right: 5px">
|
10 |
<a href="https://twitter.com/MNaufil" target="_blank"> <img src="https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white" alt="Twitter"> </a>
|
11 |
</span>
|
@@ -46,4 +49,5 @@ with gr.Blocks() as block:
|
|
46 |
outputs=outputs,
|
47 |
queue=True
|
48 |
)
|
|
|
49 |
block.queue().launch()
|
|
|
6 |
<span style="margin-right: 5px">
|
7 |
<a href="https://www.linkedin.com/in/mnauf/" target="_blank"> <img src="https://upload.wikimedia.org/wikipedia/commons/thumb/0/01/LinkedIn_Logo.svg/2560px-LinkedIn_Logo.svg.png" alt="Linkedin" width=100 height=auto> </a>
|
8 |
</span>
|
9 |
+
<span style="margin-right: 5px">
|
10 |
+
<a href="https://github.com/mnauf/redditGPT" target="_blank"> <img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white" alt="Github"> </a>
|
11 |
+
</span>
|
12 |
<span style="margin-right: 5px">
|
13 |
<a href="https://twitter.com/MNaufil" target="_blank"> <img src="https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white" alt="Twitter"> </a>
|
14 |
</span>
|
|
|
49 |
outputs=outputs,
|
50 |
queue=True
|
51 |
)
|
52 |
+
# block.queue(concurrency_count=5).launch(server_name="localhost", share=True)
|
53 |
block.queue().launch()
|