Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def process_inputs(markdown, model_id, q_method, email, oauth_token: gr.OAuthTok
|
|
38 |
iface = gr.Interface(
|
39 |
fn=process_inputs,
|
40 |
inputs=[
|
41 |
-
gr.Markdown(value="##### You must grant access to the model repository before use."),
|
42 |
HuggingfaceHubSearch(
|
43 |
label="Hub Model ID",
|
44 |
placeholder="Search for model id on Huggingface",
|
@@ -63,7 +63,7 @@ iface = gr.Interface(
|
|
63 |
|
64 |
theme = gr.themes.Base(text_size="lg")
|
65 |
with gr.Blocks(theme=theme) as demo:
|
66 |
-
gr.Markdown(value="### You must be logged in to use this service.")
|
67 |
gr.LoginButton(min_width=250)
|
68 |
iface.render()
|
69 |
|
|
|
38 |
iface = gr.Interface(
|
39 |
fn=process_inputs,
|
40 |
inputs=[
|
41 |
+
gr.Markdown(value="##### π You must grant access to the model repository before use."),
|
42 |
HuggingfaceHubSearch(
|
43 |
label="Hub Model ID",
|
44 |
placeholder="Search for model id on Huggingface",
|
|
|
63 |
|
64 |
theme = gr.themes.Base(text_size="lg")
|
65 |
with gr.Blocks(theme=theme) as demo:
|
66 |
+
gr.Markdown(value="### π You must be logged in to use this service.")
|
67 |
gr.LoginButton(min_width=250)
|
68 |
iface.render()
|
69 |
|