robjm16 commited on
Commit
83fb434
β€’
1 Parent(s): c436a43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -337,7 +337,7 @@ if USE_INTERFACE:
337
  More robust domain-specific responses are possible.",
338
  title="Domain-Specific Chatbot",)
339
  # Launch the interface
340
- demo.launch(share=True)
341
  else:
342
  prompt = construct_prompt(
343
  'What is the outlook for inflation?',
 
337
  More robust domain-specific responses are possible.",
338
  title="Domain-Specific Chatbot",)
339
  # Launch the interface
340
+ demo.launch()
341
  else:
342
  prompt = construct_prompt(
343
  'What is the outlook for inflation?',