Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ def gen_fn(model_str, prompt):
|
|
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
-
|
| 66 |
with gr.Tab('The Dream'):
|
| 67 |
fn=process_text,
|
| 68 |
txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=generate_text_with_random_number() ).style(container=False,min_width=1200)
|
|
|
|
| 62 |
|
| 63 |
|
| 64 |
|
| 65 |
+
def make_me():
|
| 66 |
with gr.Tab('The Dream'):
|
| 67 |
fn=process_text,
|
| 68 |
txt_input = gr.Textbox(label = 'Your prompt:', lines=4, value=generate_text_with_random_number() ).style(container=False,min_width=1200)
|