Dagriffpatchfan commited on
Commit
7ce5926
·
verified ·
1 Parent(s): badf350

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -395,7 +395,7 @@ with gr.Blocks() as demo:
395
  label="Your Gemini API Key",
396
  type="password", # Hides the input for security
397
  placeholder="Enter your Gemini API key here",
398
- info="You can get your free Gemini API key from Google AI Studio. It's completely free to use for personal projects!"
399
  )
400
  # Radio buttons for selecting the Gemini model
401
  model_choice = gr.Radio(
@@ -473,4 +473,4 @@ with gr.Blocks() as demo:
473
 
474
  # Enable Gradio's queuing system. While we set concurrency_limit=None for the button,
475
  # the queue is still important for managing the overall asynchronous event loop.
476
- demo.queue().launch(share=True)
 
395
  label="Your Gemini API Key",
396
  type="password", # Hides the input for security
397
  placeholder="Enter your Gemini API key here",
398
+ info="You can get your free Gemini API key from Google AI Studio (Go to https://aistudio.google.com/ and hit get api key, then hit create api key, then choose a project, hit create and then copy and paste it here). It's completely free (albeit with some limits) and you won't be charged a dime unless you enter your credit card (which you don't have to do!)"
399
  )
400
  # Radio buttons for selecting the Gemini model
401
  model_choice = gr.Radio(
 
473
 
474
  # Enable Gradio's queuing system. While we set concurrency_limit=None for the button,
475
  # the queue is still important for managing the overall asynchronous event loop.
476
+ demo.queue().launch(share=True)