MisterAI commited on
Commit
65aebfb
·
verified ·
1 Parent(s): 2944913

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -100,7 +100,8 @@ def gradio_interface(model_name, input, max_tokens, temperature, stop_button=Non
100
 
101
  model_list = get_model_list()
102
 
103
- with gr.Blocks(theme=gr.themes.Glass()) as demo :
 
104
  demo = gr.Interface(
105
  fn=gradio_interface,
106
  inputs=[
 
100
 
101
  model_list = get_model_list()
102
 
103
+ #with gr.Blocks(theme=gr.themes.Glass()) as demo :
104
+ with gr.Blocks() as demo :
105
  demo = gr.Interface(
106
  fn=gradio_interface,
107
  inputs=[