Spaces:
Runtime error
Runtime error
shantipriya
commited on
Commit
•
cf51dc0
1
Parent(s):
8d9dd6e
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 Model built by the
|
|
|
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 Team").launch()
|