Spaces:
Sleeping
Sleeping
Michael Brunzel
commited on
Commit
·
3b05c47
1
Parent(s):
6f66e5a
Switch to production
Browse files
app.py
CHANGED
@@ -72,4 +72,4 @@ gr.Interface(
|
|
72 |
allow_flagging="never",
|
73 |
title="Falcon-LoRA",
|
74 |
description="Falcon-LoRA is a 1B-parameter LLM finetuned to follow instructions. It is trained on the [Hotel Requests](https://huggingface.co/datasets/MichaelAI23/hotel_requests) dataset.", # noqa: E501
|
75 |
-
).queue().launch(server_name="0.0.0.0", server_port=8080)
|
|
|
72 |
allow_flagging="never",
|
73 |
title="Falcon-LoRA",
|
74 |
description="Falcon-LoRA is a 1B-parameter LLM finetuned to follow instructions. It is trained on the [Hotel Requests](https://huggingface.co/datasets/MichaelAI23/hotel_requests) dataset.", # noqa: E501
|
75 |
+
).queue().launch() #server_name="0.0.0.0", server_port=8080)
|