Update app.py
Browse files
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
-
|
| 2 |
import gradio as gr
|
| 3 |
import os
|
| 4 |
import time
|
|
@@ -161,4 +161,4 @@ with gr.Blocks(title="AI Blog Generator", theme=gr.themes.Soft()) as app:
|
|
| 161 |
)
|
| 162 |
|
| 163 |
if __name__ == "__main__":
|
| 164 |
-
app.launch(share=False)
|
|
|
|
| 1 |
+
|
| 2 |
import gradio as gr
|
| 3 |
import os
|
| 4 |
import time
|
|
|
|
| 161 |
)
|
| 162 |
|
| 163 |
if __name__ == "__main__":
|
| 164 |
+
app.launch(share=False)
|