CosmoAI commited on
Commit
d945551
1 Parent(s): 9bf8f46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ def make_call(data):
65
 
66
 
67
  gradio_interface = gr.Interface(fn=make_call, inputs="text", outputs="text")
68
- gradio_interface.launch(share=True)
69
 
70
  # print(chat_completion)
71
 
 
65
 
66
 
67
  gradio_interface = gr.Interface(fn=make_call, inputs="text", outputs="text")
68
+ gradio_interface.launch()
69
 
70
  # print(chat_completion)
71