Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -141,7 +141,7 @@ with gr.Blocks(fill_width=True) as demo:
|
|
| 141 |
<p>Thanks to the updates by the HF gods, this space doesn't work anymore. Yes - HF isn't a stable code base; don't use the backend for anything important.<br/>
|
| 142 |
I know this sucks - and if you (like me) a little miffed about that: go to the forum and open a complaint. Maybe (just maybe) this will get some attention.</p>
|
| 143 |
</div>
|
| 144 |
-
|
| 145 |
|
| 146 |
with gr.Tab(str(num_models) + ' Models'):
|
| 147 |
with gr.Column(scale=2):
|
|
|
|
| 141 |
<p>Thanks to the updates by the HF gods, this space doesn't work anymore. Yes - HF isn't a stable code base; don't use the backend for anything important.<br/>
|
| 142 |
I know this sucks - and if you (like me) a little miffed about that: go to the forum and open a complaint. Maybe (just maybe) this will get some attention.</p>
|
| 143 |
</div>
|
| 144 |
+
""")
|
| 145 |
|
| 146 |
with gr.Tab(str(num_models) + ' Models'):
|
| 147 |
with gr.Column(scale=2):
|