File size: 16,538 Bytes
1d33068
 
 
 
24ea1ea
e84b948
1f0a30f
b6b17cd
60a5ff9
7b67b7f
eb6e88a
a855a97
34dc95a
eb6e88a
cf2dec3
090402e
34dc95a
018f8f6
4b91617
090402e
ac77ded
e84b948
 
 
f036aa7
e84b948
6e87c75
1d33068
 
 
 
 
 
8e64f0d
 
1d33068
 
 
a2d5af8
 
 
 
6e87c75
a2d5af8
34dc95a
 
 
 
 
 
 
 
 
 
 
a2d5af8
 
 
34dc95a
 
 
a2d5af8
13ac978
c7bb18c
 
ec175b4
3899742
c7bb18c
 
3899742
 
 
 
 
 
 
 
 
c7bb18c
 
3899742
 
c7bb18c
 
 
13ac978
6e87c75
7a19fc7
 
ec175b4
7a19fc7
 
 
 
 
 
 
6e87c75
 
13ac978
0f686ba
6e87c75
 
 
 
 
64cbbc6
0f686ba
6e87c75
f35c9d9
6e87c75
 
94e298f
 
 
 
 
 
24ea1ea
92f9409
 
 
 
 
 
 
 
 
 
 
6e87c75
f35c9d9
94e298f
 
24ea1ea
 
 
 
 
 
 
a90d186
6834783
a90d186
6834783
 
 
 
 
2d58eb4
084cc25
f35c9d9
374f848
 
 
a2d5af8
 
 
 
ec175b4
6834783
dea0635
6e87c75
 
084cc25
467be8b
084cc25
 
922fe06
1d33068
084cc25
 
a90d186
 
 
43912a6
a90d186
 
 
 
 
f27174e
a90d186
084cc25
 
f65a0cb
 
19d1e42
 
675234d
6e87c75
 
19d1e42
 
 
 
6e87c75
f65a0cb
 
6e87c75
f65a0cb
6e87c75
 
f65a0cb
13ac978
922fe06
 
 
 
13ac978
 
83c3e0e
13ac978
 
612c29b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
4107503
9a29b5b
ca3defd
9ba20fc
f22c36b
d7d0a24
dea0635
 
3816242
 
 
4644a25
 
13ac978
 
4644a25
5a9b11a
 
5c993e7
 
ea489ba
85ddfa3
091515f
6e87c75
612c29b
 
 
 
 
 
 
 
 
 
 
 
8e64f0d
996bcaa
f35c9d9
8e64f0d
 
f65a0cb
60d0daf
564c587
6e87c75
d877af8
5a4a86b
6e87c75
13ac978
 
 
 
 
 
1d33068
 
 
 
 
 
 
6e87c75
1d33068
 
ca3defd
985ebd8
ef59601
ec175b4
1d33068
24ea1ea
4803751
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
import gradio as gr
from gradio_client import Client
import os
import logging
import requests
from huggingface_hub import login, whoami
import torch

webhook_server = os.getenv('webhook_server')
API_TOKEN = os.getenv('ZeroGPU')

#BASE_URL = os.getenv('SpaceURL')
# Get user information
#ser_info = whoami(token=API_TOKEN)

# Set your token
login(token=API_TOKEN, add_to_git_credential=True)

# Initialize the client for image generation "prithivMLmods/IMAGINEO-4K" "mukaist/DALLE-4K"
client_image = Client("measmonysuon/DALLE-4K")

# Get user information to confirm authentication
user_info = whoami(token=API_TOKEN)
print("User Info:", user_info)
print(f"Is CUDA available: {torch.cuda.is_available()}")

# Define resolutions and default style
resolutions = {
    "896x1152": (896, 1152),
    "1024x1024": (1024, 1024),
    "1216x832": (1216, 832)
}
DEFAULT_STYLE = "3840 x 2160"

# Set up logging
logging.basicConfig(level=logging.INFO)
logger = logging.getLogger(__name__)

def generate_image(prompt, resolution_key, style=DEFAULT_STYLE):
    resolution = resolutions.get(resolution_key, (1024, 1024))
    width, height = resolution
    full_prompt = f"{prompt}, Canon EOS R5, 4K, Photo-Realistic, appearing photorealistic with super fine details, high resolution, natural look, hyper realistic photography, cinematic lighting, --ar 64:37, --v 6.0, --style raw, --stylize 750"

    try:
        result = client_image.predict(
            prompt=full_prompt,
            negative_prompt="(deformed, distorted, disfigured:1.3), poorly drawn, bad anatomy, wrong anatomy, extra limb, missing limb, floating limbs, (mutated hands and fingers:1.4), disconnected limbs, mutation, mutated, ugly, disgusting, blurry, amputation",
            use_negative_prompt=True,
            style=style,
            seed=0,
            width=width,
            height=height,
            guidance_scale=5,
            randomize_seed=True,
            api_name="/run"
        )
        logger.info("Image generation successful.")
        return result
    except Exception as e:
        logger.error(f"Error generating image: {e}")
        return Non

def request_otp(user_chat_id):
    try:
        response = requests.post(f"{webhook_server}/request_otp", json={"user_chat_id": user_chat_id})
        response.raise_for_status()
        
        logger.debug(f"Response status code: {response.status_code}")
        logger.debug(f"Response content: {response.text}")
        
        response_data = response.json()
        
        if 'error' in response_data:
            logger.error(f"Error response from /request_otp: {response_data['error']}")
            return {"success": False, "error": response_data.get("error", "Unknown error")}
        
        return {"success": response_data.get("success", False)}
    
    except requests.RequestException as e:
        logger.error(f"Request exception: {e}")
        return {"success": False, "error": "Request exception occurred"}
    
    except ValueError as e:
        logger.error(f"JSON decode error: {e}")
        return {"success": False, "error": "Invalid JSON response"}

def verify_otp(user_chat_id, otp):
    try:
        response = requests.post(f"{webhook_server}/verify_otp", json={"user_chat_id": user_chat_id, "otp": otp})
        response.raise_for_status()
        return response.json().get("valid", False)
    except requests.RequestException as e:
        logger.error(f"Request exception: {e}")
        return False
    except ValueError as e:
        logger.error(f"JSON decode error: {e}")
        return False

def retrieve_user_points(user_chat_id, otp):
    if not verify_otp(user_chat_id, otp):
        return None, "Invalid or expired OTP. Please request a new OTP."

    response = requests.get(f"{webhook_server}/get_points", params={"user_chat_id": user_chat_id})
    if response.status_code == 200:
        data = response.json()
        points = data.get("points", 0)
        return points, "OTA verification and points retrieved successfully. Now, enter pormpt and generate image"
    return None, "Error retrieving points. Please try again later."

def update_user_points(user_chat_id, points):
    webhook_url = f"{webhook_server}/update_user_points"
    payload = {'user_chat_id': user_chat_id, 'points': points}
    try:
        response = requests.post(webhook_url, json=payload)
        response.raise_for_status()
        logger.info(f"User with ID {user_chat_id} had their points updated by {points}. Webhook response: {response.status_code}")
    except requests.RequestException as e:
        logger.error(f"Error updating user points via webhook: {e}")

def get_user_points(user_chat_id):
    try:
        response = requests.get(f"{webhook_server}/get_points", params={'user_chat_id': user_chat_id})
        response.raise_for_status()
        data = response.json()
        if 'error' in data:
            return "User not found"
        return data.get('points', 0)
    except requests.RequestException as e:
        logger.error(f"Error retrieving user points: {e}")
        return "Error retrieving points"

def notify_webhook(user_chat_id):
    webhook_url = f"{webhook_server}/notify_update"
    payload = {'user_chat_id': user_chat_id}
    try:
        response = requests.post(webhook_url, json=payload)
        response.raise_for_status()
        logger.info(f"Webhook notification sent successfully. Response: {response.status_code}")
    except requests.RequestException as e:
        logger.error(f"Error sending webhook notification: {e}")

def notify_webhook_with_file(user_chat_id, full_file_url):
    webhook_url = f"{webhook_server}/notify_image"
    payload = {'user_chat_id': user_chat_id, 'file_path': full_file_url}
    try:
        response = requests.post(webhook_url, json=payload)
        response.raise_for_status()
        logger.info(f"Webhook notification sent successfully for user {user_chat_id}. Response: {response.status_code}")
    except requests.RequestException as e:
        logger.error(f"Error sending webhook notification with file URL: {e}")
'''        
def gradio_interface(prompt, resolution_key, user_chat_id):
    if not user_chat_id.strip():
        return None, "User Chat ID cannot be blank. Please provide a valid User Chat ID."

    result = generate_image(prompt, resolution_key)
    if result and result[0]:
        file_path = result[0][0].get('image')
        if file_path and os.path.exists(file_path):
            update_user_points(user_chat_id, -5)
            notify_webhook_with_file(user_chat_id, file_path)  # Notify webhook with file path
            return file_path, "The image was generated successfully."
        return None, "The image file is not available. Please try again later."
    return None, "There was an error processing your photo. Please try again later."
'''

def gradio_interface(prompt, resolution_key, user_chat_id):
    if not user_chat_id.strip():
        return None, "User Chat ID cannot be blank. Please provide a valid User Chat ID or register with @supportBot to get UID."

    result = generate_image(prompt, resolution_key)
    if result and result[0]:
        file_path = result[0][0].get('image')
        if file_path:
            # Combine base URL with file path to create full URL
            base_url = "https://measmonysuon-imagen.hf.space/file="
            full_file_url = base_url + file_path
            
            if os.path.exists(file_path):
                update_user_points(user_chat_id, -5)
                notify_webhook_with_file(user_chat_id, full_file_url)  # Notify webhook with full file URL
                return full_file_url, "Check your telegram, The image was generated successfully."
            return None, "The image file is not available. Please try again later."
    return None, "There was an error processing your photo. Please try again later."
    
def handle_generate_image(prompt, resolution_key, user_chat_id):
    points = get_user_points(user_chat_id)
    if isinstance(points, str):
        if points == "User not found":
            return None, "Please register with https://t.me/myexpsupportBot"
        return None, "Error retrieving points. Please try again later."

    try:
        points = int(points)
    except ValueError:
        return None, "Error processing points. Please try again later."

    if points >= 5:
        result = gradio_interface(prompt, resolution_key, user_chat_id)
        if result[0]:
            return result[0], "The image was generated successfully."
        return None, "There was an error processing your photo. Please try again later."
    return None, "Insufficient points. Please get more points before generating an image."

def request_otp_and_update_ui(user_chat_id):
    # Validate user_chat_id
    if not user_chat_id.strip():
        return "User Chat ID cannot be blank. Please provide a valid User Chat ID or register with @supportBot to get UID."

    otp_response = request_otp(user_chat_id)
    if otp_response.get("success"):
        return "OTP has been sent to your Telegram"
    return "Error requesting OTP. Please try again later."

# Define HTML content directly
PRIVACY_POLICY_HTML = """
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Privacy Policy</title>
</head>
<body>
    <h1>Privacy Policy</h1>
    <p><strong>Effective Date:</strong>15 August, 2024</p>

    <h2>1. Introduction</h2>
      <p>Welcome to <a href="https://t.me/myexpsupportBot">@supportBot</a> and Its Mini App. We value your privacy and are committed to protecting your personal data. This Privacy Policy explains how we collect, use, and secure your information when you interact with our Telegram bot and mini app.</p>

    <h2>2. Information We Collect</h2>
    <p>We collect the following types of information:</p>
    <ul>
        <li><strong>Telegram Bot:</strong>
            <ul>
                <li><strong>User ID:</strong> A unique identifier for users of the Telegram bot.</li>
                <li><strong>Chat History:</strong> Messages exchanged between the user and the bot.</li>
                <li><strong>Usage Data:</strong> Information about how the bot is used, including commands and interactions.</li>
            </ul>
        </li>
        <li><strong>Mini App:</strong>
            <ul>
                <li><strong>User Data:</strong> Information provided directly by users, such as names, email addresses, or other personal details.</li>
                <li><strong>App Usage Data:</strong> Details on how the mini app is used, including features accessed and interactions.</li>
            </ul>
        </li>
    </ul>

    <h2>3. How We Use Your Information</h2>
    <p>We use your information for the following purposes:</p>
    <ul>
        <li><strong>To Provide and Improve Our Services:</strong> To enhance the functionality and performance of our Telegram bot and mini app.</li>
        <li><strong>To Communicate with You:</strong> To send updates, respond to inquiries, and provide support.</li>
        <li><strong>To Analyze Usage:</strong> To understand how our services are used and to identify areas for improvement.</li>
    </ul>

    <h2>4. Data Security</h2>
    <p>We implement appropriate technical and organizational measures to protect your data from unauthorized access, alteration, disclosure, or destruction. These measures include:</p>
    <ul>
        <li><strong>Encryption:</strong> Data is encrypted during transmission to safeguard your information.</li>
        <li><strong>Access Controls:</strong> Only authorized personnel have access to your data.</li>
        <li><strong>Regular Audits:</strong> We conduct regular security audits to ensure our measures are effective.</li>
    </ul>

    <h2>5. Data Retention</h2>
    <p>We retain your data only as long as necessary to fulfill the purposes outlined in this Privacy Policy or as required by law. Once the data is no longer needed, it will be securely deleted or anonymized.</p>

    <h2>6. Third-Party Services</h2>
    <p>We may use third-party services to assist in providing our Telegram bot and mini app. These third parties are contractually obligated to protect your data and use it only for the purposes we specify.</p>

    <h2>7. Your Rights</h2>
    <p>You have the right to:</p>
    <ul>
        <li><strong>Access:</strong> Request a copy of the personal data we hold about you.</li>
        <li><strong>Rectify:</strong> Request correction of any inaccurate or incomplete data.</li>
        <li><strong>Delete:</strong> Request deletion of your data under certain conditions.</li>
        <li><strong>Object:</strong> Object to the processing of your data for specific purposes.</li>
    </ul>
    <p>To exercise these rights, please contact us at <strong>Email:</strong>measmonysuon@gmail.com.</p>

    <h2>8. Changes to This Privacy Policy</h2>
    <p>We may update this Privacy Policy from time to time. Any changes will be posted on this page, and we will notify you of significant updates. Your continued use of our services after changes indicates your acceptance of the updated policy.</p>

    <h2>9. Contact Us</h2>
    <p>If you have any questions or concerns about this Privacy Policy or our data practices, please contact us at:</p>
    <ul>
        <li><strong>Email:</strong>measmonysuon@gmail.com</li>
        <li><strong>Telegram:</strong>@measmony</li>
    </ul>
    <p>Thank you for using <a href="https://t.me/myexpsupportBot">@supportBot</a> and Its Mini App. We are committed to protecting your privacy and providing a safe and secure experience.</p>
</body>
</html>
"""

def create_gradio_interface():
    with gr.Blocks() as interface:
        gr.HTML("""
        <h1>AI ImaGen DALL·E 4K</h1>
        <h3>Welcome! Please enter your UID and OTP to continue or Register with <a href="https://t.me/myexpsupportBot">@SupportBot</a> to get UID</h3>
        <p><a href="/static/privacy_policy.html" target="_blank">Privacy Policy</a></p>
        """)

        with gr.Row():
            user_chat_id_input = gr.Textbox(label="Your UID", placeholder="Enter your UID")
            user_otp_input = gr.Textbox(label="OTP", type="password", placeholder="Enter your OTP")
            points_output = gr.Textbox(label="Your Balance", placeholder="Your Points", interactive=False)
            
        with gr.Row():
            request_otp_button = gr.Button("Request OTP")
            get_points_button = gr.Button("Verify OTP")

        message_output = gr.Textbox(label="Message", placeholder="Results and notifications will be shown here", interactive=False)
        prompt_input = gr.Textbox(label="Prompt", placeholder="Enter your prompt here...")
        resolution_dropdown = gr.Dropdown(choices=list(resolutions.keys()), label="Resolution", value="1024x1024")
        
        generate_button = gr.Button("Generate")
        result_output = gr.Image(label="Generated Image", type="pil")

        # Dropdown for selecting content
        content_dropdown = gr.Dropdown(choices=["Privacy Policy"], label="Select Document", value="Privacy Policy")
        content_display = gr.HTML()

        def display_content(selected_option):
            if selected_option == "Privacy Policy":
                return PRIVACY_POLICY_HTML
            return "<p>Content not found.</p>"

        content_dropdown.change(fn=display_content, inputs=content_dropdown, outputs=content_display)

        
        generate_button.click(
            fn=handle_generate_image,
            inputs=[prompt_input, resolution_dropdown, user_chat_id_input],
            outputs=[result_output, message_output]
        )

        get_points_button.click(
            fn=retrieve_user_points,
            inputs=[user_chat_id_input, user_otp_input],
            outputs=[points_output, message_output]
        )
        
        request_otp_button.click(
            fn=request_otp_and_update_ui,
            inputs=[user_chat_id_input],
            outputs=[message_output]
        )
        
        gr.HTML("""
        <style>
            footer.svelte-1rjryqp {
                display: none !important;
            }
        </style>
        """)

    return interface

def launch_gradio():
    interface = create_gradio_interface()
    interface.queue(max_size=20, api_open=False)  # Configure queue and API accessibility
    interface.launch(show_error=True)  # Enable verbose error reporting

if __name__ == '__main__':
    launch_gradio()