techguy1423 commited on
Commit
ebb237f
·
1 Parent(s): e4c0cb8

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. test3.py +1 -1
test3.py CHANGED
@@ -43,4 +43,4 @@ def chat(message, history):
43
  return ai_response
44
 
45
  # Launch the Gradio chat interface
46
- gr.ChatInterface(fn=chat).launch(share=True)
 
43
  return ai_response
44
 
45
  # Launch the Gradio chat interface
46
+ gr.ChatInterface(fn=chat).launch()