Ifeanyi commited on
Commit
e7d3e10
·
verified ·
1 Parent(s): cf3f9fc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -1
app.py CHANGED
@@ -228,10 +228,18 @@ with gr.Blocks(
228
  How To Use:
229
  - Visit [Google AI Studio](https://aistudio.google.com/app/apikey) and obtain your Google API key.
230
  - Paste your Google API key
231
- - Upload image files from local folder
232
  - Generate network data from uploaded images
233
  - Download data for analysis in NodeXL
234
  """)
 
 
 
 
 
 
 
 
235
  with gr.Row():
236
  api_key = gr.Textbox(label="🔑 Google API Key",placeholder="Paste your Google API Key",elem_classes="widgets")
237
  with gr.Row():
 
228
  How To Use:
229
  - Visit [Google AI Studio](https://aistudio.google.com/app/apikey) and obtain your Google API key.
230
  - Paste your Google API key
231
+ - Upload image files from computer
232
  - Generate network data from uploaded images
233
  - Download data for analysis in NodeXL
234
  """)
235
+ gr.Markdown("""
236
+ Practical Use cases:
237
+ - Manufacturing and quality control
238
+ - Urban planning and Infrastructure
239
+ - Home organization and design
240
+ - Medical diagnostics
241
+ - Automotive repair
242
+ """)
243
  with gr.Row():
244
  api_key = gr.Textbox(label="🔑 Google API Key",placeholder="Paste your Google API Key",elem_classes="widgets")
245
  with gr.Row():