Samhita commited on
Commit
7312052
1 Parent(s): 0d5ebb0

fix log.csv

Browse files

Signed-off-by: Samhita Alla <aallasamhita@gmail.com>

Files changed (2) hide show
  1. app.py +1 -4
  2. log.csv +1 -1
app.py CHANGED
@@ -17,9 +17,6 @@ load_dotenv()
17
  URL = os.getenv("ENDPOINT")
18
  GANTRY_APP_NAME = os.getenv("GANTRY_APP_NAME")
19
  GANTRY_KEY = os.getenv("GANTRY_API_KEY")
20
- AWS_KEY = os.getenv("AWS_KEY")
21
- AWS_SECRET_KEY = os.getenv("AWS_SECRET_KEY")
22
- AWS_DEFAULT_REGION = os.getenv("AWS_DEFAULT_REGION")
23
  MAPBOX_TOKEN = os.getenv("MAPBOX_TOKEN")
24
 
25
 
@@ -138,7 +135,7 @@ with gr.Blocks() as demo:
138
  video_text_button = gr.Button("Go locate!")
139
  with gr.Tab("YouTube Link"):
140
  with gr.Row():
141
- url_input = gr.Textbox(label="YouTube video link")
142
  with gr.Column():
143
  url_text_output = gr.Textbox(label="Location")
144
  url_coordinates = gr.Textbox(label="Coordinates")
 
17
  URL = os.getenv("ENDPOINT")
18
  GANTRY_APP_NAME = os.getenv("GANTRY_APP_NAME")
19
  GANTRY_KEY = os.getenv("GANTRY_API_KEY")
 
 
 
20
  MAPBOX_TOKEN = os.getenv("MAPBOX_TOKEN")
21
 
22
 
 
135
  video_text_button = gr.Button("Go locate!")
136
  with gr.Tab("YouTube Link"):
137
  with gr.Row():
138
+ url_input = gr.Textbox(label="Link")
139
  with gr.Column():
140
  url_text_output = gr.Textbox(label="Location")
141
  url_coordinates = gr.Textbox(label="Coordinates")
log.csv CHANGED
@@ -1,2 +1,2 @@
1
- im,text
2
  "data/test/greece.jpg","https://www.youtube.com/watch?v=wxeQkJTZrsw"
 
1
+ Image,Link
2
  "data/test/greece.jpg","https://www.youtube.com/watch?v=wxeQkJTZrsw"