Spaces:
Paused
Paused
avinash commited on
Commit ·
0a81205
1
Parent(s): 29fb40b
added diaa
Browse files
app.py
CHANGED
|
@@ -7,4 +7,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
| 7 |
button = gr.LoginButton("Sign in")
|
| 8 |
gr.load("models/nari-labs/Dia-1.6B", accept_token=button, provider="fal-ai")
|
| 9 |
|
| 10 |
-
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
button = gr.LoginButton("Sign in")
|
| 8 |
gr.load("models/nari-labs/Dia-1.6B", accept_token=button, provider="fal-ai")
|
| 9 |
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
if __name__ == "__main__":
|
| 13 |
+
demo.launch()
|