just tweaking some words
Browse files
app.py
CHANGED
@@ -116,7 +116,7 @@ def get_repo_info(r_type, r_id):
|
|
116 |
with gr.Blocks(theme="ocean") as demo:
|
117 |
gr.Markdown("# Repository Information")
|
118 |
gr.Markdown(
|
119 |
-
"
|
120 |
)
|
121 |
with gr.Blocks():
|
122 |
# repo_id = gr.Textbox(label="Repository ID", placeholder="123456")
|
@@ -126,7 +126,7 @@ with gr.Blocks(theme="ocean") as demo:
|
|
126 |
search_type=["model", "dataset"],
|
127 |
)
|
128 |
repo_type = gr.Radio(
|
129 |
-
choices=["model", "dataset"
|
130 |
label="Repository Type",
|
131 |
value="model",
|
132 |
)
|
|
|
116 |
with gr.Blocks(theme="ocean") as demo:
|
117 |
gr.Markdown("# Repository Information")
|
118 |
gr.Markdown(
|
119 |
+
"Search for a model or dataset repository using the autocomplete below, select the repository type, and get back information about the repository's files and branches."
|
120 |
)
|
121 |
with gr.Blocks():
|
122 |
# repo_id = gr.Textbox(label="Repository ID", placeholder="123456")
|
|
|
126 |
search_type=["model", "dataset"],
|
127 |
)
|
128 |
repo_type = gr.Radio(
|
129 |
+
choices=["model", "dataset"],
|
130 |
label="Repository Type",
|
131 |
value="model",
|
132 |
)
|