pro-grammer commited on
Commit
5448b40
·
verified ·
1 Parent(s): 17143c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ def get_response(prompt):
46
  def main():
47
  """Main function to run the app"""
48
  # Setup Gradio interface
49
- iface = gr.Interface(fn=get_response, inputs="text", outputs="text", title="GPT Text Generator")
50
  iface.launch()
51
 
52
  if __name__ == "__main__":
 
46
  def main():
47
  """Main function to run the app"""
48
  # Setup Gradio interface
49
+ iface = gr.Interface(fn=get_response, inputs="text", outputs="text", title="StoryCrafterLLM")
50
  iface.launch()
51
 
52
  if __name__ == "__main__":