Update app.py
Browse files
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);
|
|
|
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);
|