Epoching commited on
Commit
89c0efd
β€’
1 Parent(s): 7671442

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -104,7 +104,7 @@ with demo:
104
 
105
  # Rows of references
106
  with gr.Row():
107
- gr.Markdown("__**Models Used**__")
108
  with gr.Row():
109
  gr.Markdown("Story Generation: [GPT-J](https://huggingface.co/pranavpsv/gpt2-genre-story-generator)")
110
  with gr.Row():
 
104
 
105
  # Rows of references
106
  with gr.Row():
107
+ gr.Markdown("__Models Used__")
108
  with gr.Row():
109
  gr.Markdown("Story Generation: [GPT-J](https://huggingface.co/pranavpsv/gpt2-genre-story-generator)")
110
  with gr.Row():