Spaces:
Runtime error
Runtime error
auth
Browse files
app.py
CHANGED
@@ -164,6 +164,6 @@ if __name__ == "__main__":
|
|
164 |
block.queue(#concurrency_count=20, # When you increase the concurrency_count parameter in queue(), max_threads() in launch() is automatically increased as well.
|
165 |
max_size=30, # Maximum number of requests that the queue processes
|
166 |
api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
|
167 |
-
).launch()
|
168 |
|
169 |
|
|
|
164 |
block.queue(#concurrency_count=20, # When you increase the concurrency_count parameter in queue(), max_threads() in launch() is automatically increased as well.
|
165 |
max_size=30, # Maximum number of requests that the queue processes
|
166 |
api_open = False # When creating a Gradio demo, you may want to restrict all traffic to happen through the user interface as opposed to the programmatic API that is automatically created for your Gradio demo.
|
167 |
+
).launch(auth=("novouser", "bstad2023"))
|
168 |
|
169 |
|