Fede Code commited on
Commit
b897e36
1 Parent(s): 2effb10

change model

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -4,9 +4,6 @@ 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
- description=description,
9
- examples=examples
10
- )
11
 
12
  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")
 
 
 
8
 
9
  interface.launch()