Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,5 +33,5 @@ def chat_with_repeatinfy(prompt):
|
|
| 33 |
return response
|
| 34 |
|
| 35 |
|
| 36 |
-
iface = gr.Interface(fn=chat_with_repeatinfy, inputs="text", outputs="text", title="
|
| 37 |
iface.launch()
|
|
|
|
| 33 |
return response
|
| 34 |
|
| 35 |
|
| 36 |
+
iface = gr.Interface(fn=chat_with_repeatinfy, inputs="text", outputs="text", title="RepeatInfy")
|
| 37 |
iface.launch()
|