Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -543,10 +543,10 @@ if __name__ == "__main__":
|
|
543 |
|
544 |
gr.Examples(
|
545 |
examples=[
|
546 |
-
"What
|
547 |
-
"Tell me about the
|
548 |
-
"
|
549 |
-
"What
|
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:
|