Spaces:
Sleeping
Sleeping
Rename app.py to text2text-generation
Browse files
app.py → text2text-generation
RENAMED
@@ -10,3 +10,4 @@ def respond(prompt):
|
|
10 |
|
11 |
gr.Interface(fn=respond, inputs="text", outputs="text", title="Free AI Essay Bot").launch()
|
12 |
|
|
|
|
10 |
|
11 |
gr.Interface(fn=respond, inputs="text", outputs="text", title="Free AI Essay Bot").launch()
|
12 |
|
13 |
+
|