to0ony commited on
Commit
21430f1
·
verified ·
1 Parent(s): 56fc36d

updated name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -58,8 +58,8 @@ def generate(prompt, model_choice, max_new_tokens=200, temperature=0.7, top_k=50
58
 
59
 
60
  # Gradio UI
61
- with gr.Blocks(title="🎬 Final Thesis Plot Generator") as demo:
62
- gr.Markdown("## 🎬 Film Plot Generator\nUnesi prompt i generiraj radnju filma.")
63
 
64
  model_choice = gr.Dropdown(
65
  choices=["cmu-plots-model.pt", "cmu-plots-model-enchanced.pt"],
 
58
 
59
 
60
  # Gradio UI
61
+ with gr.Blocks(title="🎬 PlotGen") as demo:
62
+ gr.Markdown("## 🎬 PlotGen\nUnesi prompt i generiraj radnju filma.")
63
 
64
  model_choice = gr.Dropdown(
65
  choices=["cmu-plots-model.pt", "cmu-plots-model-enchanced.pt"],