Spaces:
Runtime error
Runtime error
Commit
·
a2c5ca3
1
Parent(s):
8eae5c4
Add explainer image
Browse files
app.py
CHANGED
@@ -160,6 +160,9 @@ with gr.Blocks(css = css) as demo:
|
|
160 |
This is an unofficial demo for REaLTabFormer, an approach that can be used to generate synthetic data from single tabular data using GPT. The demo is based on the <a href='https://github.com/avsolatorio/REaLTabFormer' style='text-decoration: underline;' target='_blank'> Github </a> implementation provided by the authors.
|
161 |
</p>
|
162 |
''')
|
|
|
|
|
|
|
163 |
|
164 |
with gr.Column():
|
165 |
|
|
|
160 |
This is an unofficial demo for REaLTabFormer, an approach that can be used to generate synthetic data from single tabular data using GPT. The demo is based on the <a href='https://github.com/avsolatorio/REaLTabFormer' style='text-decoration: underline;' target='_blank'> Github </a> implementation provided by the authors.
|
161 |
</p>
|
162 |
''')
|
163 |
+
gr.HTML('''
|
164 |
+
<p align="center"><img src="REalTabFormer_Final_EQ.png" style="width:75%"/></p>
|
165 |
+
''')
|
166 |
|
167 |
with gr.Column():
|
168 |
|