Spaces:
Running
Running
Update app.py
Browse files
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 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|