Spaces:
Running
Running
Update app.py
Browse files
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=[
|