AnasRehman12 commited on
Commit
dbd7cff
β€’
1 Parent(s): 7068443

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -47,4 +47,4 @@ def interface(prompt):
47
  return assistant_response
48
 
49
  iface = gr.Interface(fn=interface, inputs="text", outputs="text", live=False, title="LLM by Anas")
50
- iface.launch(share=True,debug=True)
 
47
  return assistant_response
48
 
49
  iface = gr.Interface(fn=interface, inputs="text", outputs="text", live=False, title="LLM by Anas")
50
+ iface.launch()