Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
|
@@ -1886,7 +1886,6 @@ with gr.Blocks(theme=args.theme, elem_id="main", fill_width=True, fill_height=Fa
|
|
| 1886 |
copy_prompt_btn.click(gradio_copy_prompt, inputs=[output_text], outputs=[prompt_gui], show_api=False)
|
| 1887 |
copy_prompt_btn_pony.click(gradio_copy_prompt, inputs=[output_text_pony], outputs=[prompt_gui], show_api=False)
|
| 1888 |
|
| 1889 |
-
from __future__ import annotations
|
| 1890 |
from typing import Any, Dict, List, Optional, Tuple, Generator
|
| 1891 |
import inspect
|
| 1892 |
# 1) Single source of truth: define the full explicit signature once.
|
|
|
|
| 1886 |
copy_prompt_btn.click(gradio_copy_prompt, inputs=[output_text], outputs=[prompt_gui], show_api=False)
|
| 1887 |
copy_prompt_btn_pony.click(gradio_copy_prompt, inputs=[output_text_pony], outputs=[prompt_gui], show_api=False)
|
| 1888 |
|
|
|
|
| 1889 |
from typing import Any, Dict, List, Optional, Tuple, Generator
|
| 1890 |
import inspect
|
| 1891 |
# 1) Single source of truth: define the full explicit signature once.
|