Olga commited on
Commit
dcb730e
1 Parent(s): 319d75f

fix docker file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,4 +3,4 @@ import gradio as gr
3
  #gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
4
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
5
  inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
6
- ).launch()
 
3
  #gr.Interface.load("models/runwayml/stable-diffusion-v1-5").launch()
4
  gr.Interface.load("huggingface/EleutherAI/gpt-j-6B",
5
  inputs=gr.Textbox(lines=5, label="Input Text") # customizes the input component
6
+ ).launch(share=True)