EmicoBinsfinder commited on
Commit
b7a097d
1 Parent(s): 9907d16

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -16,7 +16,7 @@ def bot(history):
16
  with gr.Blocks() as demo:
17
 
18
  gr.Markdown("""
19
- Hello there prospective inventor!
20
 
21
  Welcome to our demo! We've trained Meta's Llama on almost 200k data entries in the question/answer format.
22
 
@@ -123,4 +123,4 @@ with gr.Blocks() as demo:
123
  )
124
 
125
 
126
- demo.launch()
 
16
  with gr.Blocks() as demo:
17
 
18
  gr.Markdown("""
19
+ Hey there genius!
20
 
21
  Welcome to our demo! We've trained Meta's Llama on almost 200k data entries in the question/answer format.
22
 
 
123
  )
124
 
125
 
126
+ demo.launch(share=True)