Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
5e6f2b0
1
Parent(s):
825bfd6
Update app.py
Browse files
app.py
CHANGED
@@ -64,10 +64,6 @@ def run_comparison(prompt):
|
|
64 |
print(result_hyper)
|
65 |
return image_turbo, result_lighting, result_hyper
|
66 |
|
67 |
-
# Example usage
|
68 |
-
prompt = "Enter your prompt here"
|
69 |
-
image_turbo, result_lighting, result_hyper = run_in_parallel(prompt)
|
70 |
-
|
71 |
css = '''
|
72 |
.gradio-container{max-width: 768px !important}
|
73 |
'''
|
|
|
64 |
print(result_hyper)
|
65 |
return image_turbo, result_lighting, result_hyper
|
66 |
|
|
|
|
|
|
|
|
|
67 |
css = '''
|
68 |
.gradio-container{max-width: 768px !important}
|
69 |
'''
|