awacke1 commited on
Commit
66d576b
·
verified ·
1 Parent(s): c1ca117

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -8
app.py CHANGED
@@ -206,11 +206,3 @@ with gr.Blocks(title="AI Story Generator", theme=gr.themes.Soft()) as demo:
206
  audio_output
207
  ]
208
  )
209
-
210
- if __name__ == "__main__":
211
- demo.launch(
212
- debug=True,
213
- share=True,
214
- server_name="0.0.0.0",
215
- server_port=7860
216
- )
 
206
  audio_output
207
  ]
208
  )