Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -98,8 +98,8 @@ iface = gr.Interface(
|
|
98 |
fn=generate_docstring,
|
99 |
inputs=gr.Textbox(label="Code Snippet", lines=10, placeholder="Paste your Python function or code block here..."),
|
100 |
outputs=gr.Textbox(label="Generated Docstring"),
|
101 |
-
title="Code-to-Docstring Generator (Shuu12121/
|
102 |
-
description="This demo uses the Shuu12121/
|
103 |
)
|
104 |
|
105 |
# --- アプリケーションの起動 ---
|
|
|
98 |
fn=generate_docstring,
|
99 |
inputs=gr.Textbox(label="Code Snippet", lines=10, placeholder="Paste your Python function or code block here..."),
|
100 |
outputs=gr.Textbox(label="Generated Docstring"),
|
101 |
+
title="Code-to-Docstring Generator (Shuu12121/CodeEncoderDecoderModel-Ghost)",
|
102 |
+
description="This demo uses the Shuu12121/CodeEncoderDecoderModel-Ghost model to automatically generate Python docstrings from code snippets. Paste your code below and click 'Submit'."
|
103 |
)
|
104 |
|
105 |
# --- アプリケーションの起動 ---
|