Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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():
|