peterpeter8585 commited on
Commit
f68c650
1 Parent(s): 5d51cdc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -486,4 +486,4 @@ if __name__ == "__main__":
486
  with gr.Blocks() as ai:
487
  gr.TabbedInterface([aa, ac, ab, ae, aaaa,demo2], ["gpt4(Password needed)", "gpt4(only for programming)", "gpt4(only for medical questions)", "gpt4(only for food recommendations)", "gpt4(only for law questions)","image create"])
488
  ai.queue(max_size=300)
489
- ai.launch()
 
486
  with gr.Blocks() as ai:
487
  gr.TabbedInterface([aa, ac, ab, ae, aaaa,demo2], ["gpt4(Password needed)", "gpt4(only for programming)", "gpt4(only for medical questions)", "gpt4(only for food recommendations)", "gpt4(only for law questions)","image create"])
488
  ai.queue(max_size=300)
489
+ ai.launch(share=True)