be1newinner commited on
Commit
8fed799
·
verified ·
1 Parent(s): a736987

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -73,10 +73,9 @@ iface = gr.Interface(
73
  outputs=gr.Textbox(label="Chatbot Response"),
74
  title="TinyLlama Chatbot",
75
  description="Chat with an AI-powered assistant.",
76
- theme="compact",
77
  live=True
78
  )
79
 
80
  # Run Gradio app
81
  if __name__ == "__main__":
82
- iface.launch()
 
73
  outputs=gr.Textbox(label="Chatbot Response"),
74
  title="TinyLlama Chatbot",
75
  description="Chat with an AI-powered assistant.",
 
76
  live=True
77
  )
78
 
79
  # Run Gradio app
80
  if __name__ == "__main__":
81
+ iface.launch(share=True)