qiqiWav commited on
Commit
566a1ad
β€’
1 Parent(s): a48cd85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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