Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -318,7 +318,7 @@ with block:
|
|
318 |
</div>
|
319 |
''')
|
320 |
gr.HTML("""
|
321 |
-
<center><h2><a href="https://
|
322 |
|
323 |
with gr.Row():
|
324 |
gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
|
@@ -342,7 +342,7 @@ with block:
|
|
342 |
<div class="container">
|
343 |
<h1>π For more freedom of usage, check out our API</h1>
|
344 |
<p>π€ You can test with free credits:</p>
|
345 |
-
<h2><a href="https://
|
346 |
</div>
|
347 |
''')
|
348 |
|
@@ -367,7 +367,7 @@ with block:
|
|
367 |
''')
|
368 |
|
369 |
gr.HTML("""
|
370 |
-
<center><h2><a href="https://
|
371 |
|
372 |
with gr.Row():
|
373 |
imgholder = gr.Image(visible=False, label='Outputs')
|
|
|
318 |
</div>
|
319 |
''')
|
320 |
gr.HTML("""
|
321 |
+
<center><h2><a href="https://api-dashboard-fotographer-app-dot-fotographer-ai.an.r.appspot.com/">π Check out our API!</a></h2></center>""")
|
322 |
|
323 |
with gr.Row():
|
324 |
gr.Markdown("### F.ai Fuzer: Real Composite Photography in 2 minutes!")
|
|
|
342 |
<div class="container">
|
343 |
<h1>π For more freedom of usage, check out our API</h1>
|
344 |
<p>π€ You can test with free credits:</p>
|
345 |
+
<h2><a href="https://api-dashboard-fotographer-app-dot-fotographer-ai.an.r.appspot.com/">π API Dashboard</a></h2>
|
346 |
</div>
|
347 |
''')
|
348 |
|
|
|
367 |
''')
|
368 |
|
369 |
gr.HTML("""
|
370 |
+
<center><h2><a href="https://fotographer.ai/">π Check Out our other Projects Here!:</a></h2></center>""")
|
371 |
|
372 |
with gr.Row():
|
373 |
imgholder = gr.Image(visible=False, label='Outputs')
|