pikto commited on
Commit
90319ee
·
1 Parent(s): a736c37

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -125,7 +125,7 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
125
 
126
  model_name1.change(set_model, inputs=model_name1, outputs=[output1, output2,])
127
 
128
- with gr.Tab("Flip Image"):
129
  #Using Gradio Demos as API - This is Hot!
130
  #get_next10_images(response_dict=response_dict, row_count=9)
131
  #position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; padding: 20px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
@@ -147,7 +147,7 @@ with gr.Blocks(theme='pikto/theme@>=0.0.1,<0.0.3') as pan:
147
  <div><h4 style="font-weight: 500; margin-bottom: 7px; margin-top: 5px;">
148
  Stream <a href="https://github.com/playgroundai/liked_images" target="_blank">PlaygroundAI Images</a> ina beautiful grid</h4><br>
149
  </div>""")
150
- with gr.Tab("AI Library"):
151
  #with gr.Tab(): #(elem_id = "col-container"):
152
  #gr.Column(): #(elem_id = "col-container"):
153
  b1 = gr.Button("Load More Images").style(full_width=False)
 
125
 
126
  model_name1.change(set_model, inputs=model_name1, outputs=[output1, output2,])
127
 
128
+ with gr.Tab("AI Library"):
129
  #Using Gradio Demos as API - This is Hot!
130
  #get_next10_images(response_dict=response_dict, row_count=9)
131
  #position: fixed; top: 0; left: 0; width: 100%; background-color: #fff; padding: 20px; box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
 
147
  <div><h4 style="font-weight: 500; margin-bottom: 7px; margin-top: 5px;">
148
  Stream <a href="https://github.com/playgroundai/liked_images" target="_blank">PlaygroundAI Images</a> ina beautiful grid</h4><br>
149
  </div>""")
150
+ # with gr.Tab("AI Library"):
151
  #with gr.Tab(): #(elem_id = "col-container"):
152
  #gr.Column(): #(elem_id = "col-container"):
153
  b1 = gr.Button("Load More Images").style(full_width=False)