Spaces:
Runtime error
Runtime error
Commit
·
e936fb5
1
Parent(s):
9b09a43
Update app.py
Browse files
app.py
CHANGED
@@ -12,4 +12,4 @@ def generate_text(input_text):
|
|
12 |
input_text = gr.inputs.Textbox(lines= 10, label="Enter your input text")
|
13 |
output_text = gr.outputs.Textbox(label="Output text")
|
14 |
|
15 |
-
gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Olive").launch()
|
|
|
12 |
input_text = gr.inputs.Textbox(lines= 10, label="Enter your input text")
|
13 |
output_text = gr.outputs.Textbox(label="Output text")
|
14 |
|
15 |
+
gr.Interface(fn=generate_text, inputs=input_text, outputs=output_text, title="Olive: OdiaGPT built by [OdiaGenAI](www.odiagenai)").launch()
|