Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import gradio as gr
|
2 |
-
|
3 |
|
4 |
def process_input(topic, length, tone, format_, pdfs):
|
5 |
# Construct the prompt
|
|
|
1 |
import gradio as gr
|
2 |
+
from ai_generate import generate_rag
|
3 |
|
4 |
def process_input(topic, length, tone, format_, pdfs):
|
5 |
# Construct the prompt
|