Spaces:
Runtime error
Runtime error
modified app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,9 @@ iface = gr.Interface(
|
|
| 29 |
outputs=gr.Textbox(label="Generated Output"),
|
| 30 |
title="LLaMA 7B Server",
|
| 31 |
description="A web interface for interacting with the LLaMA 7B model.",
|
| 32 |
-
allow_flagging="never"
|
|
|
|
|
|
|
| 33 |
)
|
| 34 |
|
| 35 |
# Launch the interface
|
|
|
|
| 29 |
outputs=gr.Textbox(label="Generated Output"),
|
| 30 |
title="LLaMA 7B Server",
|
| 31 |
description="A web interface for interacting with the LLaMA 7B model.",
|
| 32 |
+
allow_flagging="never",
|
| 33 |
+
allow_api=True,
|
| 34 |
+
queue=False
|
| 35 |
)
|
| 36 |
|
| 37 |
# Launch the interface
|