Spaces:
Runtime error
Runtime error
update app
Browse files
app.py
CHANGED
@@ -63,15 +63,11 @@ def generate_repo(url, api_key, model):
|
|
63 |
with gr.Blocks(css=css_style) as demo:
|
64 |
gr.Markdown(f"""
|
65 |
# Hello from GPT4Readability (v0.1.3)
|
66 |
-
|
67 |
*Project by Dennis Loevlie ([@DennisLoevlie](https://twitter.com/DennisLoevlie))*
|
68 |
[](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
|
69 |
-
|
70 |
Welcome to GPT4Readability, a tool designed to help you generate README.md files and suggest improvements for your code repositories.
|
71 |
-
|
72 |
- You can find the source code at [GPT4Readability](https://github.com/loevlie/GPT4Readability).
|
73 |
- It's making use of the [langchain](https://github.com/hwchase17/langchain) library.
|
74 |
-
|
75 |
## Here's how to get started:
|
76 |
1. Please enter your API Key ([Need more information?](https://platform.openai.com/account/api-keys))
|
77 |
2. Provide the GitHub Repository URL that you'd like to analyze
|
@@ -102,7 +98,6 @@ with gr.Blocks(css=css_style) as demo:
|
|
102 |
output_md
|
103 |
with gr.TabItem("Plain Markdown"):
|
104 |
output_text
|
105 |
-
|
106 |
|
107 |
demo.queue(concurrency_count=20)
|
108 |
demo.launch(share=False)
|
|
|
63 |
with gr.Blocks(css=css_style) as demo:
|
64 |
gr.Markdown(f"""
|
65 |
# Hello from GPT4Readability (v0.1.3)
|
|
|
66 |
*Project by Dennis Loevlie ([@DennisLoevlie](https://twitter.com/DennisLoevlie))*
|
67 |
[](https://github.com/loevlie/GPT4Readability/blob/main/LICENSE)
|
|
|
68 |
Welcome to GPT4Readability, a tool designed to help you generate README.md files and suggest improvements for your code repositories.
|
|
|
69 |
- You can find the source code at [GPT4Readability](https://github.com/loevlie/GPT4Readability).
|
70 |
- It's making use of the [langchain](https://github.com/hwchase17/langchain) library.
|
|
|
71 |
## Here's how to get started:
|
72 |
1. Please enter your API Key ([Need more information?](https://platform.openai.com/account/api-keys))
|
73 |
2. Provide the GitHub Repository URL that you'd like to analyze
|
|
|
98 |
output_md
|
99 |
with gr.TabItem("Plain Markdown"):
|
100 |
output_text
|
|
|
101 |
|
102 |
demo.queue(concurrency_count=20)
|
103 |
demo.launch(share=False)
|