Spaces:
Runtime error
Runtime error
Update app/main.py
Browse files- app/main.py +1 -1
app/main.py
CHANGED
@@ -16,7 +16,7 @@ def main(args):
|
|
16 |
"2. Set which LLM you wish to use (i.e. mistralai/Mistral-7B-Instruct-v0.2). \n"
|
17 |
"3. Inside [app/main.py](https://huggingface.co/spaces/chansung/gradio_together_tgi/blob/main/app/main.py), write Gradio application. \n"
|
18 |
"4. (Bonus➕) [app/gen](https://huggingface.co/spaces/chansung/gradio_together_tgi/tree/main/app/gen) provides handy utility functions "
|
19 |
-
"to aynchronously generate text by interacting with the locally served LLM.
|
20 |
multimodal=False
|
21 |
)
|
22 |
|
|
|
16 |
"2. Set which LLM you wish to use (i.e. mistralai/Mistral-7B-Instruct-v0.2). \n"
|
17 |
"3. Inside [app/main.py](https://huggingface.co/spaces/chansung/gradio_together_tgi/blob/main/app/main.py), write Gradio application. \n"
|
18 |
"4. (Bonus➕) [app/gen](https://huggingface.co/spaces/chansung/gradio_together_tgi/tree/main/app/gen) provides handy utility functions "
|
19 |
+
"to aynchronously generate text by interacting with the locally served LLM.",
|
20 |
multimodal=False
|
21 |
)
|
22 |
|