sablab commited on
Commit
6f0d5a5
·
verified ·
1 Parent(s): 5183725

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -12
app.py CHANGED
@@ -98,15 +98,4 @@ demo = gr.Interface(
98
  show_copy=True # Add this line to show the copy button
99
  )
100
 
101
- demo.launch(inline=True)
102
-
103
- """"
104
- with gr.Blocks(css=css) as demo:
105
- gr.HTML("<h1><center>Mistral 7B Instruct<h1><center>")
106
- gr.ChatInterface(
107
- generate,
108
- additional_inputs=additional_inputs,
109
- )
110
-
111
- demo.queue().launch(debug=True)
112
- """"""
 
98
  show_copy=True # Add this line to show the copy button
99
  )
100
 
101
+ demo.launch(inline=True)