Spaces:
Runtime error
Runtime error
Commit
Β·
2a702b8
1
Parent(s):
32d5317
Update app.py
Browse files
app.py
CHANGED
@@ -191,11 +191,7 @@ def save_ply(pc, file_name, grid_size):
|
|
191 |
|
192 |
|
193 |
with gr.Blocks() as app:
|
194 |
-
|
195 |
-
gr.Markdown("This is a demo for [Point-E: A System for Generating 3D Point Clouds from Complex Prompts](https://arxiv.org/abs/2212.08751) by OpenAI. Check out the [GitHub repo](https://github.com/openai/point-e) for more information.")
|
196 |
-
gr.HTML("""To skip the queue you can duplicate this space:
|
197 |
-
<br><a href="https://huggingface.co/spaces/anzorq/point-e_demo?duplicate=true"><img src="https://img.shields.io/badge/-Duplicate%20Space-blue?labelColor=white&style=flat&logo=data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAP5JREFUOE+lk7FqAkEURY+ltunEgFXS2sZGIbXfEPdLlnxJyDdYB62sbbUKpLbVNhyYFzbrrA74YJlh9r079973psed0cvUD4A+4HoCjsA85X0Dfn/RBLBgBDxnQPfAEJgBY+A9gALA4tcbamSzS4xq4FOQAJgCDwV2CPKV8tZAJcAjMMkUe1vX+U+SMhfAJEHasQIWmXNN3abzDwHUrgcRGmYcgKe0bxrblHEB4E/pndMazNpSZGcsZdBlYJcEL9Afo75molJyM2FxmPgmgPqlWNLGfwZGG6UiyEvLzHYDmoPkDDiNm9JR9uboiONcBXrpY1qmgs21x1QwyZcpvxt9NS09PlsPAAAAAElFTkSuQmCC&logoWidth=14" alt="Duplicate Space"></a>
|
198 |
-
<br>Don't forget to change space hardware to <b>GPU</b> after duplicating it.""")
|
199 |
|
200 |
with gr.Row():
|
201 |
with gr.Column():
|
@@ -246,16 +242,5 @@ with gr.Blocks() as app:
|
|
246 |
|
247 |
# app.load(get_state, inputs=[], outputs=state_info, every=0.5, show_progress=False)
|
248 |
|
249 |
-
gr.HTML("""
|
250 |
-
<br><br>
|
251 |
-
<div style="border-top: 1px solid #303030;">
|
252 |
-
<br>
|
253 |
-
<p>Space by:<br>
|
254 |
-
<a href="https://twitter.com/hahahahohohe"><img src="https://img.shields.io/twitter/follow/hahahahohohe?label=%40anzorq&style=social" alt="Twitter Follow"></a><br>
|
255 |
-
<a href="https://github.com/qunash"><img alt="GitHub followers" src="https://img.shields.io/github/followers/qunash?style=social" alt="Github Follow"></a></p><br>
|
256 |
-
<a href="https://www.buymeacoffee.com/anzorq" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png" alt="Buy Me A Coffee" style="height: 30px !important;width: 102px !important;" ></a><br><br>
|
257 |
-
<p><img src="https://visitor-badge.glitch.me/badge?page_id=anzorq.point-e_demo" alt="visitors"></p>
|
258 |
-
</div>
|
259 |
-
""")
|
260 |
|
261 |
app.queue(max_size=250, concurrency_count=6).launch()
|
|
|
191 |
|
192 |
|
193 |
with gr.Blocks() as app:
|
194 |
+
|
|
|
|
|
|
|
|
|
195 |
|
196 |
with gr.Row():
|
197 |
with gr.Column():
|
|
|
242 |
|
243 |
# app.load(get_state, inputs=[], outputs=state_info, every=0.5, show_progress=False)
|
244 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
245 |
|
246 |
app.queue(max_size=250, concurrency_count=6).launch()
|