Update app.py
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import gradio as gr
|
| 2 |
-
from
|
| 3 |
-
from
|
| 4 |
|
| 5 |
def generate_and_optimize_content(topic: str):
|
| 6 |
# Generate content using Hugging Face model
|
|
|
|
| 1 |
import gradio as gr
|
| 2 |
+
from ai_generator import generate_content
|
| 3 |
+
from seo_optimizer import optimize_content
|
| 4 |
|
| 5 |
def generate_and_optimize_content(topic: str):
|
| 6 |
# Generate content using Hugging Face model
|