Update app.py
Browse files
app.py
CHANGED
@@ -1,3 +1,4 @@
|
|
|
|
1 |
import gradio as gr
|
2 |
from random import randint
|
3 |
from all_models import (models , models_test)
|
@@ -134,7 +135,7 @@ def make_me():
|
|
134 |
|
135 |
test_button = gr.Button('test', width=30, height=10)
|
136 |
test_button.click(test_pass,txt_input_p,group_model_choice)
|
137 |
-
print(p)
|
138 |
with gr.Row():
|
139 |
gr.HTML("""
|
140 |
<div class="footer">
|
|
|
1 |
+
import os
|
2 |
import gradio as gr
|
3 |
from random import randint
|
4 |
from all_models import (models , models_test)
|
|
|
135 |
|
136 |
test_button = gr.Button('test', width=30, height=10)
|
137 |
test_button.click(test_pass,txt_input_p,group_model_choice)
|
138 |
+
print(os.getenv('p')
|
139 |
with gr.Row():
|
140 |
gr.HTML("""
|
141 |
<div class="footer">
|