vykanand commited on
Commit
dac9de5
·
1 Parent(s): 289f271

modified app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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