Mr-Geo commited on
Commit
f9231bd
Β·
verified Β·
1 Parent(s): 98bb49e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -6
app.py CHANGED
@@ -543,10 +543,10 @@ if __name__ == "__main__":
543
 
544
  gr.Examples(
545
  examples=[
546
- "What's BAS's latest discovery about Antarctic ice melt? πŸŒ‘οΈβ„οΈ",
547
- "Tell me about the underwater robots BAS uses in the Southern Ocean πŸ€–πŸŒŠ",
548
- "How does BAS study penguin populations? πŸ§πŸ“Š",
549
- "What's happening at Halley Research Station right now? πŸ—οΈβ„οΈ",
550
  ],
551
  inputs=msg,
552
  )
@@ -574,8 +574,7 @@ if __name__ == "__main__":
574
  server_name="0.0.0.0",
575
  server_port=7860,
576
  share=False,
577
- show_api=False,
578
- _frontend=False # Disable frontend API schema generation
579
  )
580
 
581
  except Exception as e:
 
543
 
544
  gr.Examples(
545
  examples=[
546
+ "What research stations does BAS operate in Antarctica? πŸ”οΈ",
547
+ "Tell me about the RRS Sir David Attenborough 🚒",
548
+ "What kind of science and research does BAS do? πŸ”¬",
549
+ "What is BAS doing about climate change? 🌑️",
550
  ],
551
  inputs=msg,
552
  )
 
574
  server_name="0.0.0.0",
575
  server_port=7860,
576
  share=False,
577
+ show_api=False
 
578
  )
579
 
580
  except Exception as e: