curiouscurrent commited on
Commit
a5bc0b4
·
verified ·
1 Parent(s): 373fa1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="OmniCode")
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()