Fede Code commited on
Commit
244975d
1 Parent(s): b897e36

change model

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -4,6 +4,4 @@ description = "Story generation with GPT-2"
4
  title = "Generate your own story"
5
  examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
6
 
7
- interface = gr.Interface.load("fedepoi3/llama-3-8b-chat-doctor")
8
-
9
- interface.launch()
 
4
  title = "Generate your own story"
5
  examples = [["Adventurer is approached by a mysterious stranger in the tavern for a new quest."]]
6
 
7
+ interface = gr.Interface.load("fedepoi3/llama-3-8b-chat-doctor").launch()