Spaces:
Runtime error
Runtime error
Commit
·
8d9dd6e
1
Parent(s):
e936fb5
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: OdiaGPT built by [OdiaGenAI](www.odiagenai)").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 Model built by the [OdiaGenAI](www.odiagenai) Team").launch()
|